]> bbs.cooldavid.org Git - net-next-2.6.git/commit - include/net/neighbour.h
[NEIGH]: Move netlink neighbour bits to linux/neighbour.h
authorThomas Graf <tgraf@suug.ch>
Tue, 8 Aug 2006 00:57:44 +0000 (17:57 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Sep 2006 21:54:01 +0000 (14:54 -0700)
commit9067c722cf6930adf1df2d169de9094dd90b0c33
treeeb2133038cbd85bbf55b5acd2d5297f03357e45b
parent8b8aec508302d4e63fd88f47894805115277f70f
[NEIGH]: Move netlink neighbour bits to linux/neighbour.h

Moves netlink neighbour bits to linux/neighbour.h. Also
moves bits to be exported to userspace from net/neighbour.h
to linux/neighbour.h and removes __KERNEL__ guards, userspace
is not supposed to be using it.

rtnetlink_rcv_msg() is not longer required to parse attributes
for the neighbour layer, remove dependency on obsolete and
buggy rta_buf.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/neighbour.h [new file with mode: 0644]
include/linux/rtnetlink.h
include/net/neighbour.h
net/core/rtnetlink.c