From: stefan@datenfreihafen.org Date: Fri, 28 Oct 2016 09:42:03 +0000 (+0200) Subject: ip: update link types to show 6lowpan and ieee802.15.4 monitor X-Git-Tag: v4.9.0~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ae2c5382bd9d98a8f7ddcb1faad1a978d773909;p=thirdparty%2Fiproute2.git ip: update link types to show 6lowpan and ieee802.15.4 monitor 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 --- diff --git a/lib/ll_types.c b/lib/ll_types.c index 2c5bf8b57..eca617f31 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)