commit | 97676b6b5538b3e059d33b8338e7d5cc41c5f1f1 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Tue Aug 15 00:31:41 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Sep 22 14:54:50 2006 -0700 |
tree | 76e41eb58bd86a96e204dacbb6746da387e67452 | |
parent | d387f6ad10764fc2174373b4a1cca443adee36e3 [diff] |
[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>