commit | 812e44dd1829488096929ff362f749ae04dc71a0 | [log] [tgz] |
---|---|---|
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | Tue Dec 04 01:13:41 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 04 13:08:11 2012 -0500 |
tree | 9b2e5b2609648e5ac26675e336c269875bf30161 | |
parent | 8cd3ac9f9b7bd921d0a28fd3273160ee8891e698 [diff] |
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>