diff options
author | Florian Westphal <fw@strlen.de> | 2015-09-09 02:57:21 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2015-09-14 14:40:24 +0200 |
commit | 205ee117d4dc4a11ac3bd9638bb9b2e839f4de9a (patch) | |
tree | 727c94e59568c404c14747f106fe8ae67d91dd22 /include/linux/skbuff.h | |
parent | e8684c88774c0ddfeefdbed0aa469b25b9962f3e (diff) | |
download | lwn-205ee117d4dc4a11ac3bd9638bb9b2e839f4de9a.tar.gz lwn-205ee117d4dc4a11ac3bd9638bb9b2e839f4de9a.zip |
netfilter: nf_log: don't zap all loggers on unregister
like nf_log_unset, nf_log_unregister must not reset the list of loggers.
Otherwise, a call to nf_log_unregister() will render loggers of other nf
protocols unusable:
iptables -A INPUT -j LOG
modprobe nf_log_arp ; rmmod nf_log_arp
iptables -A INPUT -j LOG
iptables: No chain/target/match by that name
Fixes: 30e0c6a6be ("netfilter: nf_log: prepare net namespace support for loggers")
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/linux/skbuff.h')
0 files changed, 0 insertions, 0 deletions