mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-11-03 16:05:00 +00:00
ip: correctly report tunnel link type
Up until now, "tun" tunnels were displayed as link/[65534]. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
This commit is contained in:
parent
697af1fcc6
commit
800b444016
@ -125,6 +125,9 @@ __PF(IEEE80211_PRISM,ieee802.11/prism)
|
||||
#ifdef ARPHRD_IEEE80211_RADIOTAP
|
||||
__PF(IEEE80211_RADIOTAP,ieee802.11/radiotap)
|
||||
#endif
|
||||
#ifdef ARPHRD_NONE
|
||||
__PF(NONE, none)
|
||||
#endif
|
||||
#ifdef ARPHRD_VOID
|
||||
__PF(VOID,void)
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user