]> git.baikalelectronics.ru Git - kernel.git/commit
[RTNETLINK]: Add rtnetlink notification interface
authorThomas Graf <tgraf@suug.ch>
Tue, 15 Aug 2006 07:31:41 +0000 (00:31 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Sep 2006 21:54:50 +0000 (14:54 -0700)
commit0129821a84ac8cf596e1c68c20add92437fe0836
tree76e41eb58bd86a96e204dacbb6746da387e67452
parent36c20d41c308c2a8b9a72af68d53f2f7d0dbe3e9
[RTNETLINK]: Add rtnetlink notification interface

Adds rtnl_notify() to send rtnetlink notification messages and
rtnl_set_sk_err() to report notification errors as socket
errors in order to indicate the need of a resync due to loss
of events.

nlmsg_report() is added to properly document the meaning of
NLM_F_ECHO.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/rtnetlink.h
include/net/netlink.h
net/core/rtnetlink.c