[Bug 759] "iptables -m recent" crashes a LXC host on lxc-stop
bugzilla-daemon at bugzilla.netfilter.org
bugzilla-daemon at bugzilla.netfilter.org
Fri Jul 20 10:43:49 CEST 2012
http://bugzilla.netfilter.org/show_bug.cgi?id=759
Frieder Buerzele <evermind at tuxfamily.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |evermind at tuxfamily.org
--- Comment #1 from Frieder Buerzele <evermind at tuxfamily.org> 2012-07-20 10:43:48 CEST ---
Hi,
have the same bug reported on launchpad:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/869068
Basically the bug appears if iptables are set in the container and the
container is shutdown without calling iptables -F flushing the table.
static void __exit recent_mt_exit(void)
{
BUG_ON(!list_empty(&tables));
xt_unregister_match(&recent_mt_reg)
...
}
I've no glue about this module or netfilter developing in general, but why the
module won't clean the list here on exit? I know the exit assumes it should be
empty but of course it is not empty as it was not flushed from userland.
--
Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.
More information about the netfilter-buglog
mailing list