bridge: disable IGMP snooping by default
authorFelix Fietkau <nbd@nbd.name>
Fri, 13 Jan 2017 12:03:18 +0000 (13:03 +0100)
committerFelix Fietkau <nbd@nbd.name>
Fri, 13 Jan 2017 12:04:01 +0000 (13:04 +0100)
Lots of configurations have triggered various issues in this feature,
any many people don't even need this.

Let's disable it by default until it has become more stable

Signed-off-by: Felix Fietkau <nbd@nbd.name>
bridge.c

index ba1ce5d25e59e3b29ffe2c7c437254feccf5552e..c46d44e2c362ead282778187abab9d9e5df27e05 100644 (file)
--- a/bridge.c
+++ b/bridge.c
@@ -568,8 +568,6 @@ bridge_apply_settings(struct bridge_state *bst, struct blob_attr **tb)
        /* defaults */
        cfg->stp = false;
        cfg->forward_delay = 2;
-       cfg->igmp_snoop = true;
-       cfg->multicast_querier = true;
        cfg->robustness = 2;
        cfg->query_interval = 12500;
        cfg->query_response_interval = 1000;