From 19106180748633ed37b85cf03a288f2008d81e31 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Sat, 23 Aug 2014 17:13:29 +0200 Subject: [PATCH] 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 --- lib/ll_types.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ll_types.c b/lib/ll_types.c index 0c391836..2c5bf8b5 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)