commit | 3ff661c38c8492a2859e39e0ea1e3b6d30e89bf5 | [log] [tgz] |
---|---|---|
author | John Fastabend <john.r.fastabend@intel.com> | Sun Apr 15 06:44:14 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 15 13:06:04 2012 -0400 |
tree | b9bbd41a8fd1764cc49e8a2bb7c777328800eaa8 | |
parent | d83b060360485454fcd6870340ec01d6f96f2295 [diff] |
net: rtnetlink notify events for FDB NTF_SELF adds and deletes It is useful to be able to monitor for FDB events in user space. This patch adds support to generate netlink events when a change is made to a device supporting the FDB ops. This brings embedded switches inline with the SW net/bridge which triggers events on FDB updates as well. Signed-off-by: John Fastabend <john.r.fastabend@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>