mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-01 03:03:05 +00:00
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 <stefan@datenfreihafen.org>
This commit is contained in:
parent
f3f339e959
commit
8ae2c5382b
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user