commit | 8cd3ac9f9b7bd921d0a28fd3273160ee8891e698 | [log] [tgz] |
---|---|---|
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | Tue Dec 04 01:13:40 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 04 13:08:11 2012 -0500 |
tree | 4364f03b86770df2b3d2323a3667c188116017c4 | |
parent | 1eb99af52c4bc705f4042f37f255975acfc738f2 [diff] |
ipmr: advertise new mfc entries via rtnl This patch allows to monitor mfc activities via rtnetlink. To avoid parsing two times the mfc 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>