Netfilter: Fix logging regression
commit36466b3d9baf45b77bda5c09f174816ab763f100
authorPatrick McHardy <kaber@trash.net>
Wed, 25 Jul 2007 15:00:15 +0000 (25 17:00 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Aug 2007 21:27:46 +0000 (9 14:27 -0700)
treea4b1f38a03108a1e78acaf22a8c86a903254861d
parent93ffc3e3671046c3fc641987832628aa8d2edca3
Netfilter: Fix logging regression

[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>
Upstream-commit: 7e2acc7e

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/bridge/netfilter/ebt_log.c
net/bridge/netfilter/ebt_ulog.c
net/ipv4/netfilter/ipt_LOG.c
net/ipv6/netfilter/ip6t_LOG.c