aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_private.h
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@osdl.org>2005-12-21 22:00:58 -0500
committerDavid S. Miller <davem@sunset.davemloft.net>2006-01-03 16:11:03 -0500
commitedb5e46fc03d0a45f2b41e3717631f7af7e9fc19 (patch)
treeede6a4e9dcdf52ff48ea2a11ac0188822b097715 /net/bridge/br_private.h
parent0e5eabac4995e128f06b90df64b93604625de6de (diff)
[BRIDGE]: limited ethtool support
Add limited ethtool support to bridge to allow disabling features. Note: if underlying device does not support a feature (like checksum offload), then the bridge device won't inherit it. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/br_private.h')
-rw-r--r--net/bridge/br_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bridge/br_private.h b/net/bridge/br_private.h
index 7ad53c2aa684..db7b26b8de96 100644
--- a/net/bridge/br_private.h
+++ b/net/bridge/br_private.h
@@ -93,6 +93,7 @@ struct net_bridge
93 spinlock_t hash_lock; 93 spinlock_t hash_lock;
94 struct hlist_head hash[BR_HASH_SIZE]; 94 struct hlist_head hash[BR_HASH_SIZE];
95 struct list_head age_list; 95 struct list_head age_list;
96 unsigned long feature_mask;
96 97
97 /* STP */ 98 /* STP */
98 bridge_id designated_root; 99 bridge_id designated_root;