diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-17 16:56:14 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-17 16:56:14 +0200 |
commit | f2fc00d871686b9a9d0bccebecc8911e4925c3f1 (patch) | |
tree | 45ab88182b2f57e03e2b3801049dcd3d999d56d8 /bridge.c | |
parent | 77206574a21d406f6098b604c6e0774116afdb91 (diff) |
bridge: enable IGMP snooping by default
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'bridge.c')
-rw-r--r-- | bridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -496,7 +496,7 @@ bridge_apply_settings(struct bridge_state *bst, struct blob_attr **tb) /* defaults */ cfg->stp = false; cfg->forward_delay = 2; - cfg->igmp_snoop = false; + cfg->igmp_snoop = true; cfg->bridge_empty = false; cfg->priority = 0x7FFF; |