[Bug 885] Kernel BUG (possibly panic) deleting chain used in map
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Thu Jan 23 01:21:31 CET 2014
https://bugzilla.netfilter.org/show_bug.cgi?id=885
--- Comment #1 from Matthew Ife <deleriux1 at gmail.com> 2014-01-23 01:21:30 CET ---
The same problem also occurs merely creating a jump target rule and deleting
the dependant chain.
# nft -i
nft> add table fitler
nft> delete table fitler
nft> add table filter
nft> add chain filter input { type filter hook input priority 0; }
nft> add chain filter test
nft> add rule filter input meta iif eth0 jump test
nft> delete chain filter test
--
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the netfilter-buglog
mailing list