From: Nikolay Aleksandrov <niko...@cumulusnetworks.com> Hi, While testing various ipmr scenarios I found that static mfc entries and static devices get leaked on netns/table destruction because mroute_clean_tables doesn't delete them. It is fine to leave the static entries when cleaning up the mrtsock, but when destroying the table they need to be removed.
Cheers, Nik Nikolay Aleksandrov (2): net: ipmr: fix static mfc/dev leaks on table destruction net: ip6mr: fix static mfc/dev leaks on table destruction net/ipv4/ipmr.c | 15 ++++++++------- net/ipv6/ip6mr.c | 15 ++++++++------- 2 files changed, 16 insertions(+), 14 deletions(-) -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html