]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[NETFILTER]: bridge netfilter: remove nf_bridge_info read-only netoutdev member
authorPatrick McHardy <kaber@trash.net>
Thu, 31 Jan 2008 11:56:35 +0000 (03:56 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Feb 2008 03:27:29 +0000 (19:27 -0800)
commit2fd8e526f44beaf439f351b310648b559e62a7cb
treeaae812290eef88f76efd682d8e4dd3cde67bd046
parentd44caf88e8f7906a4f99dbfc92108d660cfcd280
[NETFILTER]: bridge netfilter: remove nf_bridge_info read-only netoutdev member

Before the removal of the deferred output hooks, netoutdev was used in
case of VLANs on top of a bridge to store the VLAN device, so the
deferred hooks would see the correct output device. This isn't
necessary anymore since we're calling the output hooks for the correct
device directly in the IP stack.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
net/bridge/br_netfilter.c