]> git.baikalelectronics.ru Git - kernel.git/commit
ip6mr: advertise new mfc entries via rtnl
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Tue, 4 Dec 2012 01:13:41 +0000 (01:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Dec 2012 18:08:11 +0000 (13:08 -0500)
commitafbbc2df3ffa96f62ad9eedfca247ba6e5d31525
tree9b2e5b2609648e5ac26675e336c269875bf30161
parentd4b408f86ce902f4ec7af3e2cb75092ef7c2af89
ip6mr: advertise new mfc entries via rtnl

This patch allows to monitor mf6c activities via rtnetlink.
To avoid parsing two times the mf6c oifs, we use maxvif to allocate the rtnl
msg, thus we may allocate some superfluous space.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6mr.c