From: Jan Engelhardt Date: Thu, 11 Mar 2010 10:22:31 +0000 (+0000) Subject: ip: correctly report tunnel link type X-Git-Tag: v2.6.34~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=800b444016665980ad0de1ec878031fd1dedc240;p=thirdparty%2Fiproute2.git ip: correctly report tunnel link type Up until now, "tun" tunnels were displayed as link/[65534]. Signed-off-by: Jan Engelhardt --- diff --git a/lib/ll_types.c b/lib/ll_types.c index 9d75bd260..846cdb0f3 100644 --- a/lib/ll_types.c +++ b/lib/ll_types.c @@ -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