]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ll_types: add netlink ARPHRD
authorDaniel Borkmann <dborkman@redhat.com>
Sat, 23 Aug 2014 15:13:29 +0000 (17:13 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 29 Aug 2014 07:13:22 +0000 (00:13 -0700)
commit19106180748633ed37b85cf03a288f2008d81e31
tree69bf263187386a74eec5eeb1a5b16dac41c1d731
parentcd6350743045e985a9bc9b72d41fa2dd18a86142
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: <NOARP,UP,LOWER_UP> mtu 3776 qdisc noqueue state UNKNOWN group default
    link/netlink

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
lib/ll_types.c