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:
Jan Engelhardt 2010-03-11 10:22:31 +00:00 committed by Stephen Hemminger
parent 697af1fcc6
commit 800b444016

View File

@ -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