From 52541140f8138e31958cdc3d7e42a4029fa6bbc9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 13 Jan 2017 13:03:18 +0100 Subject: [PATCH] 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 --- bridge.c | 2 -- 1 file changed, 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; -- 2.30.2