All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2] ip: update link types to show 6lowpan and ieee802.15.4 monitor
@ 2016-10-28  9:42 Stefan Schmidt
  2016-11-12  7:15 ` Stephen Hemminger
  2016-12-01 21:31 ` Stefan Schmidt
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Schmidt @ 2016-10-28  9:42 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev, linux-wpan, Stefan Schmidt

Both types have been missing here and thus ip always showed
only the numbers.

Based on a suggestion from Alexander Aring.

Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
---
 lib/ll_types.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/ll_types.c b/lib/ll_types.c
index 2c5bf8b..eca617f 100644
--- a/lib/ll_types.c
+++ b/lib/ll_types.c
@@ -100,11 +100,13 @@ __PF(IEEE80211,ieee802.11)
 __PF(IEEE80211_PRISM,ieee802.11/prism)
 __PF(IEEE80211_RADIOTAP,ieee802.11/radiotap)
 __PF(IEEE802154, ieee802.15.4)
+__PF(IEEE802154_MONITOR, ieee802.15.4/monitor)
 __PF(PHONET, phonet)
 __PF(PHONET_PIPE, phonet_pipe)
 __PF(CAIF, caif)
 __PF(IP6GRE, gre6)
 __PF(NETLINK, netlink)
+__PF(6LOWPAN, 6lowpan)
 
 __PF(NONE, none)
 __PF(VOID,void)
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-01 21:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-28  9:42 [PATCH iproute2] ip: update link types to show 6lowpan and ieee802.15.4 monitor Stefan Schmidt
2016-11-12  7:15 ` Stephen Hemminger
2016-12-01 21:31 ` Stefan Schmidt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.