From: Daniel Borkmann Date: Sat, 23 Aug 2014 15:13:29 +0000 (+0200) Subject: ll_types: add netlink ARPHRD X-Git-Tag: v3.17.0~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19106180748633ed37b85cf03a288f2008d81e31;p=thirdparty%2Fiproute2.git ll_types: add netlink ARPHRD This adds ARPHRD_NETLINK to ll_types so that it can be properly shown e.g. in `ip a`: 8: nlmon: mtu 3776 qdisc noqueue state UNKNOWN group default link/netlink Signed-off-by: Daniel Borkmann Signed-off-by: Stephen Hemminger --- diff --git a/lib/ll_types.c b/lib/ll_types.c index 0c391836d..2c5bf8b57 100644 --- a/lib/ll_types.c +++ b/lib/ll_types.c @@ -104,6 +104,7 @@ __PF(PHONET, phonet) __PF(PHONET_PIPE, phonet_pipe) __PF(CAIF, caif) __PF(IP6GRE, gre6) +__PF(NETLINK, netlink) __PF(NONE, none) __PF(VOID,void)