[NETFILTER]: Fix logging regression
authorPatrick McHardy <kaber@trash.net>
Tue, 24 Jul 2007 22:29:55 +0000 (15:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Jul 2007 22:29:55 +0000 (15:29 -0700)
commit7e2acc7e2711d51705373ac201333c9a0ebd3950
tree06bd3d776970a2e09bfca5c67dad4490fd1ea7c0
parentca983cefd950ec929582dd95ba6e46d12c2c6959
[NETFILTER]: Fix logging regression

Loading one of the LOG target fails if a different target has already
registered itself as backend for the same family. This can affect the
ipt_LOG and ipt_ULOG modules when both are loaded.

Reported and tested by: <t.artem@mailcity.com>

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/netfilter/ebt_log.c
net/bridge/netfilter/ebt_ulog.c
net/ipv4/netfilter/ipt_LOG.c
net/ipv6/netfilter/ip6t_LOG.c