kernel/generic: fix define in 642-bridge_port_isolate.patch
[openwrt/staging/chunkeey.git] / target / linux / generic / patches-3.12 / 642-bridge_port_isolate.patch
index be9b8f1058c95f5b239476b184ead05be2f4a222..dd330b2923f3090a19b0f41b4cb7330f5a5b9952 100644 (file)
@@ -4,7 +4,7 @@
  #define BR_ADMIN_COST         0x00000010
  #define BR_LEARNING           0x00000020
  #define BR_FLOOD              0x00000040
-+#define BR_ISOLATE_MODE       0x00000020
++#define BR_ISOLATE_MODE       0x00000080
  
  #ifdef CONFIG_BRIDGE_IGMP_SNOOPING
        struct bridge_mcast_query       ip4_query;