commit | 77e2af0312b12dccd5043a7cc9cd49ab6a212996 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <dborkman@redhat.com> | Fri Jun 21 19:38:06 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 24 16:39:05 2013 -0700 |
tree | 81eceb3fcaf8bfaa1c15d5fdd45f669a0dc01c0e | |
parent | d3c5f47ee2d16497fafaf2f26b0ffeb5c3d4e721 [diff] |
net: if_arp: add ARPHRD_NETLINK type This small patch adds the definition of ARPHRD_NETLINK which can for example be used by netlink monitoring devices as device type. So that sockaddr_ll can pick it up and based on that choose the correct packet dissector. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>