Commit 800b4440 authored by Jan Engelhardt's avatar Jan Engelhardt Committed by Stephen Hemminger

ip: correctly report tunnel link type

Up until now, "tun" tunnels were displayed as link/[65534].
Signed-off-by: default avatarJan Engelhardt <jengelh@medozas.de>
parent 697af1fc
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment