[NEIGH]: Netlink notifications
authorThomas Graf <tgraf@suug.ch>
Thu, 9 Aug 2007 06:12:56 +0000 (23:12 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:47:49 +0000 (16:47 -0700)
commitd961db358f41033a8fc7b62948bc7cff1b4bb1fe
treebf776125a6fd2090698f478ab3bd56bcc568276d
parent4f494554f9b95d0de57c14c460d525e3715e3f6f
[NEIGH]: Netlink notifications

Currently neighbour event notifications are limited to update
notifications and only sent if the ARP daemon is enabled. This
patch extends the existing notification code by also reporting
neighbours being removed due to gc or administratively and
removes the dependency on the ARP daemon. This allows to keep
track of neighbour states without periodically fetching the
complete neighbour table.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/neighbour.c