summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-01-13 13:03:18 +0100
committerFelix Fietkau <nbd@nbd.name>2017-01-13 13:04:01 +0100
commit52541140f8138e31958cdc3d7e42a4029fa6bbc9 (patch)
tree0003d7317f8615f3214b1bea8bdc30a9b66c1f5b
parentabf52371db75eb449f12209ca1b7ffaa9d2baa22 (diff)
downloadnetifd-52541140f8138e31958cdc3d7e42a4029fa6bbc9.tar.gz
bridge: disable IGMP snooping by default
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>
-rw-r--r--bridge.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bridge.c b/bridge.c
index ba1ce5d..c46d44e 100644
--- 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;