[NETFILTER] bridge: debug message fixes
authorStephen Hemminger <shemminger@osdl.org>
Wed, 30 Aug 2006 00:49:31 +0000 (17:49 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Sep 2006 22:18:32 +0000 (15:18 -0700)
commit8394e9b2faf539f82470b36c86f0485cab5278bd
treea386a99ed0563c94d802a8e21ae8a675787fdf74
parent9bcfcaf5e9cc887eb39236e43bdbe4b4b2572229
[NETFILTER] bridge: debug message fixes

If CONFIG_NETFILTER_DEBUG is enabled, it shouldn't change the
actions of the filtering. The message about skb->dst being NULL
is commonly triggered by dhclient, so it is useless. Make sure all
messages end in newline.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_netfilter.c