]> git.baikalelectronics.ru Git - kernel.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)
commit258c06640d3a6cfb146b73982e74dcdc2d352928
treeaae812290eef88f76efd682d8e4dd3cde67bd046
parentb871c966e89fe7894908b3d36c21b62551448fbb
[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