diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-01-14 13:50:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-01-14 13:50:25 +0000 |
commit | 66895b7115b97a84e8a616f1b433f5fcab09c44b (patch) | |
tree | c6cec7f6d42130d0d8e82eac20feb5b9b65ef0a3 /target/linux/generic | |
parent | 419718e99fc1ada4ad2cd83aa1b3b09b8ad0ed37 (diff) | |
download | mtk-20170518-66895b7115b97a84e8a616f1b433f5fcab09c44b.zip mtk-20170518-66895b7115b97a84e8a616f1b433f5fcab09c44b.tar.gz mtk-20170518-66895b7115b97a84e8a616f1b433f5fcab09c44b.tar.bz2 |
kernel: disable bridge igmp snooping by default to avoid multicast issues
SVN-Revision: 29744
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-2.6.36 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-2.6.37 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-2.6.38 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-2.6.39 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-3.0 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-3.1 | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/generic/config-2.6.36 b/target/linux/generic/config-2.6.36 index 3ff39a5..5e3ddec 100644 --- a/target/linux/generic/config-2.6.36 +++ b/target/linux/generic/config-2.6.36 @@ -276,7 +276,7 @@ CONFIG_BRIDGE=y # CONFIG_BRIDGE_EBT_T_NAT is not set # CONFIG_BRIDGE_EBT_ULOG is not set # CONFIG_BRIDGE_EBT_VLAN is not set -CONFIG_BRIDGE_IGMP_SNOOPING=y +# CONFIG_BRIDGE_IGMP_SNOOPING is not set # CONFIG_BRIDGE_NETFILTER is not set # CONFIG_BRIDGE_NF_EBTABLES is not set # CONFIG_BROADCOM_PHY is not set diff --git a/target/linux/generic/config-2.6.37 b/target/linux/generic/config-2.6.37 index 333625c..9baebc3 100644 --- a/target/linux/generic/config-2.6.37 +++ b/target/linux/generic/config-2.6.37 @@ -286,7 +286,7 @@ CONFIG_BRIDGE=y # CONFIG_BRIDGE_EBT_T_NAT is not set # CONFIG_BRIDGE_EBT_ULOG is not set # CONFIG_BRIDGE_EBT_VLAN is not set -CONFIG_BRIDGE_IGMP_SNOOPING=y +# CONFIG_BRIDGE_IGMP_SNOOPING is not set # CONFIG_BRIDGE_NETFILTER is not set # CONFIG_BRIDGE_NF_EBTABLES is not set # CONFIG_BROADCOM_PHY is not set diff --git a/target/linux/generic/config-2.6.38 b/target/linux/generic/config-2.6.38 index 0a09ec8..2cb3fb2 100644 --- a/target/linux/generic/config-2.6.38 +++ b/target/linux/generic/config-2.6.38 @@ -293,7 +293,7 @@ CONFIG_BRIDGE=y # CONFIG_BRIDGE_EBT_T_NAT is not set # CONFIG_BRIDGE_EBT_ULOG is not set # CONFIG_BRIDGE_EBT_VLAN is not set -CONFIG_BRIDGE_IGMP_SNOOPING=y +# CONFIG_BRIDGE_IGMP_SNOOPING is not set # CONFIG_BRIDGE_NETFILTER is not set # CONFIG_BRIDGE_NF_EBTABLES is not set # CONFIG_BROADCOM_PHY is not set diff --git a/target/linux/generic/config-2.6.39 b/target/linux/generic/config-2.6.39 index 11e8246..95d558a 100644 --- a/target/linux/generic/config-2.6.39 +++ b/target/linux/generic/config-2.6.39 @@ -296,7 +296,7 @@ CONFIG_BRIDGE=y # CONFIG_BRIDGE_EBT_T_NAT is not set # CONFIG_BRIDGE_EBT_ULOG is not set # CONFIG_BRIDGE_EBT_VLAN is not set -CONFIG_BRIDGE_IGMP_SNOOPING=y +# CONFIG_BRIDGE_IGMP_SNOOPING is not set # CONFIG_BRIDGE_NETFILTER is not set # CONFIG_BRIDGE_NF_EBTABLES is not set # CONFIG_BROADCOM_PHY is not set diff --git a/target/linux/generic/config-3.0 b/target/linux/generic/config-3.0 index ffc1cc1..5d25399 100644 --- a/target/linux/generic/config-3.0 +++ b/target/linux/generic/config-3.0 @@ -287,7 +287,7 @@ CONFIG_BRIDGE=y # CONFIG_BRIDGE_EBT_T_NAT is not set # CONFIG_BRIDGE_EBT_ULOG is not set # CONFIG_BRIDGE_EBT_VLAN is not set -CONFIG_BRIDGE_IGMP_SNOOPING=y +# CONFIG_BRIDGE_IGMP_SNOOPING is not set # CONFIG_BRIDGE_NETFILTER is not set # CONFIG_BRIDGE_NF_EBTABLES is not set # CONFIG_BROADCOM_PHY is not set diff --git a/target/linux/generic/config-3.1 b/target/linux/generic/config-3.1 index 36e4341..2d6144a 100644 --- a/target/linux/generic/config-3.1 +++ b/target/linux/generic/config-3.1 @@ -290,7 +290,7 @@ CONFIG_BRIDGE=y # CONFIG_BRIDGE_EBT_T_NAT is not set # CONFIG_BRIDGE_EBT_ULOG is not set # CONFIG_BRIDGE_EBT_VLAN is not set -CONFIG_BRIDGE_IGMP_SNOOPING=y +# CONFIG_BRIDGE_IGMP_SNOOPING is not set # CONFIG_BRIDGE_NETFILTER is not set # CONFIG_BRIDGE_NF_EBTABLES is not set # CONFIG_BROADCOM_PHY is not set |