summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.9/642-bridge_port_isolate.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2013-04-28 11:55:23 +0000
committerJonas Gorski <jogo@openwrt.org>2013-04-28 11:55:23 +0000
commitad1d3f00cb8124980620a7aa4e6ce0460c2d8778 (patch)
tree4c47aa1fba9ac436f3cc9b81e45b12392fc7dc35 /target/linux/generic/patches-3.9/642-bridge_port_isolate.patch
parenta33dd13c98772202be29835d93d70ae41c72f600 (diff)
downloadmaster-31e0f0ae-ad1d3f00cb8124980620a7aa4e6ce0460c2d8778.tar.gz
master-31e0f0ae-ad1d3f00cb8124980620a7aa4e6ce0460c2d8778.tar.bz2
master-31e0f0ae-ad1d3f00cb8124980620a7aa4e6ce0460c2d8778.zip
kernel: update linux 3.9 patches to rc8
Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36469
Diffstat (limited to 'target/linux/generic/patches-3.9/642-bridge_port_isolate.patch')
-rw-r--r--target/linux/generic/patches-3.9/642-bridge_port_isolate.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/patches-3.9/642-bridge_port_isolate.patch b/target/linux/generic/patches-3.9/642-bridge_port_isolate.patch
index c2790dffc0..7a5a074e83 100644
--- a/target/linux/generic/patches-3.9/642-bridge_port_isolate.patch
+++ b/target/linux/generic/patches-3.9/642-bridge_port_isolate.patch
@@ -1,10 +1,10 @@
--- a/net/bridge/br_private.h
+++ b/net/bridge/br_private.h
-@@ -156,6 +156,7 @@ struct net_bridge_port
- #define BR_BPDU_GUARD 0x00000002
+@@ -157,6 +157,7 @@ struct net_bridge_port
#define BR_ROOT_BLOCK 0x00000004
#define BR_MULTICAST_FAST_LEAVE 0x00000008
-+#define BR_ISOLATE_MODE 0x00000010
+ #define BR_ADMIN_COST 0x00000010
++#define BR_ISOLATE_MODE 0x00000020
#ifdef CONFIG_BRIDGE_IGMP_SNOOPING
u32 multicast_startup_queries_sent;