From: Stephen Hemminger <shemminger@vyatta.com>
To: Jan Engelhardt <jengelh@medozas.de>
Cc: stephen.hemminger@vyatta.com, netdev@vger.kernel.org
Subject: Re: [PATCH] ip: correctly report 802.15.4 link type
Date: Mon, 26 Jul 2010 09:35:52 -0700 [thread overview]
Message-ID: <20100726093552.6871e27e@nehalam> (raw)
In-Reply-To: <1280089683-12020-2-git-send-email-jengelh@medozas.de>
On Sun, 25 Jul 2010 22:28:02 +0200
Jan Engelhardt <jengelh@medozas.de> wrote:
> Up until now, the "hardwpan" devices were displayed as link/[804].
>
> Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
> ---
> lib/ll_types.c | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/lib/ll_types.c b/lib/ll_types.c
> index 846cdb0..1cc46b6 100644
> --- a/lib/ll_types.c
> +++ b/lib/ll_types.c
> @@ -125,6 +125,9 @@ __PF(IEEE80211_PRISM,ieee802.11/prism)
> #ifdef ARPHRD_IEEE80211_RADIOTAP
> __PF(IEEE80211_RADIOTAP,ieee802.11/radiotap)
> #endif
> +#ifdef ARPHRD_IEEE802154
> +__PF(IEEE802154, ieee802.15.4)
> +#endif
> #ifdef ARPHRD_NONE
> __PF(NONE, none)
> #endif
Already fixed.
--
commit 4dbda0f482b8947d064b3f82992394033de6616c
Author: Stephen Hemminger <stephen.hemminger@vyatta.com>
Date: Fri Jul 23 13:12:12 2010 -0700
Update ARP header type table
Add all current values. Since if_arp.h is included, get rid
of ifdefs'. Make table constant.
next prev parent reply other threads:[~2010-07-26 16:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-25 20:28 iproute2: 802.15.4 reporting Jan Engelhardt
2010-07-25 20:28 ` [PATCH] ip: correctly report 802.15.4 link type Jan Engelhardt
2010-07-26 16:35 ` Stephen Hemminger [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-06-26 23:51 Stephen Hemminger
2010-06-27 7:01 ` Jan Engelhardt
2010-06-25 14:01 Jan Engelhardt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100726093552.6871e27e@nehalam \
--to=shemminger@vyatta.com \
--cc=jengelh@medozas.de \
--cc=netdev@vger.kernel.org \
--cc=stephen.hemminger@vyatta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).