-
- Downloads
[NETFILTER]: Restore {ipt,ip6t,ebt}_LOG compatibility
The nfnetlink_log infrastructure changes broke compatiblity of the LOG targets. They currently use whatever log backend was registered first, which means that if ipt_ULOG was loaded first, no messages will be printed to the ring buffer anymore. Restore compatiblity by using the old log functions by default and only use the nf_log backend if the user explicitly said so. Signed-off-by:Patrick McHardy <kaber@trash.net> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/linux/netfilter_bridge/ebt_log.h 1 addition, 0 deletionsinclude/linux/netfilter_bridge/ebt_log.h
- include/linux/netfilter_ipv4/ipt_LOG.h 2 additions, 1 deletioninclude/linux/netfilter_ipv4/ipt_LOG.h
- include/linux/netfilter_ipv6/ip6t_LOG.h 2 additions, 1 deletioninclude/linux/netfilter_ipv6/ip6t_LOG.h
- net/bridge/netfilter/ebt_log.c 6 additions, 1 deletionnet/bridge/netfilter/ebt_log.c
- net/ipv4/netfilter/ipt_LOG.c 6 additions, 1 deletionnet/ipv4/netfilter/ipt_LOG.c
- net/ipv6/netfilter/ip6t_LOG.c 6 additions, 1 deletionnet/ipv6/netfilter/ip6t_LOG.c
Loading
Please register or sign in to comment