We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7163c4 commit 593268dCopy full SHA for 593268d
net/netfilter/nf_log_syslog.c
@@ -1011,6 +1011,7 @@ static void __net_exit nf_log_syslog_net_exit(struct net *net)
1011
nf_log_unset(net, &nf_arp_logger);
1012
nf_log_unset(net, &nf_ip6_logger);
1013
nf_log_unset(net, &nf_netdev_logger);
1014
+ nf_log_unset(net, &nf_bridge_logger);
1015
}
1016
1017
static struct pernet_operations nf_log_syslog_net_ops = {
0 commit comments