The goal of this serie is to be able to monitor multicast activities via
rtnetlink.
The main changes are:
- when user dumps mfc entries it now get all entries, included the unresolved
cache.
- kernel sends rtnetlink when it adds/deletes mfc entries.
As usual, the patch against iproute2 will be sent once the patches are included and
net-next merged. I can send it on demand.
include/linux/inetdevice.h | 3 +
include/net/addrconf.h | 3 +
include/uapi/linux/netconf.h | 1 +
include/uapi/linux/rtnetlink.h | 8 +++
net/ipv4/devinet.c | 10 ++-
net/ipv4/ipmr.c | 107 +++++++++++++++++++++++++++++--
net/ipv6/addrconf.c | 10 ++-
net/ipv6/ip6mr.c | 141 +++++++++++++++++++++++++++++++++++------
8 files changed, 253 insertions(+), 30 deletions(-)
Comments are welcome.
Regards,
Nicolas