]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
ip: update link types to show 6lowpan and ieee802.15.4 monitor
authorstefan@datenfreihafen.org <stefan@datenfreihafen.org>
Fri, 28 Oct 2016 09:42:03 +0000 (11:42 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Sat, 12 Nov 2016 07:14:03 +0000 (10:14 +0300)
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

index 2c5bf8b5750d5b3fa0e2185f9dfcf476b6b4d46c..eca617f312d73773ab07e5bb24a3473ae6c17ecb 100644 (file)
@@ -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)