projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7720657
)
bridge: enable IGMP snooping by default
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 17 Jul 2014 14:56:14 +0000
(16:56 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 17 Jul 2014 14:56:14 +0000
(16:56 +0200)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
bridge.c
patch
|
blob
|
history
diff --git
a/bridge.c
b/bridge.c
index fed4de3c988a94aefaca4461a4d8b71bb64d9b8e..ce22b754f4d3f9512da2bb9f7ac1f1d7de964e56 100644
(file)
--- a/
bridge.c
+++ b/
bridge.c
@@
-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 =
fals
e;
+ cfg->igmp_snoop =
tru
e;
cfg->bridge_empty = false;
cfg->priority = 0x7FFF;