Displaying 1 result from an estimated 1 matches for "nf_bridge_info".
2007 Apr 18
4
[Bridge] [PATCH/RFC] Let {ip, arp}tables "see" bridged VLAN tagged {I, AR}P packets
...+#ifdef CONFIG_BRIDGE_NETFILTER
+EXPORT_SYMBOL(vlan_dev_hard_start_xmit_p);
+#endif
+#endif
#endif
#ifdef CONFIG_NET_DIVERT
--- linux-2.6.0-test6/include/linux/skbuff.h Sun Sep 28 02:50:29 2003
+++ linux-2.6.0-test6-new/include/linux/skbuff.h Sun Oct 5 21:56:15 2003
@@ -103,8 +103,11 @@ struct nf_bridge_info {
atomic_t use;
struct net_device *physindev;
struct net_device *physoutdev;
+#if defined(CONFIG_VLAN_8021Q) || defined(CONFIG_VLAN_8021Q_MODULE)
+ struct net_device *netoutdev;
+#endif
unsigned int mask;
- unsigned long hh[16 / sizeof(unsigned long)];
+ unsigned char hh[18];
};
#endif...