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:
43d4ac5
)
bridge: increase the default forward delay to 2 seconds (minimum enforced by the...
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 5 Mar 2012 20:19:05 +0000
(21:19 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 5 Mar 2012 20:19:05 +0000
(21:19 +0100)
bridge.c
patch
|
blob
|
history
diff --git
a/bridge.c
b/bridge.c
index 035619b02d3e45e6190fda0ea9043b2fc8177565..46967c885e071cfb7c469dc6919f30caf3ae27ea 100644
(file)
--- a/
bridge.c
+++ b/
bridge.c
@@
-394,7
+394,7
@@
bridge_apply_settings(struct bridge_state *bst, struct blob_attr **tb)
/* defaults */
cfg->stp = true;
- cfg->forward_delay =
1
;
+ cfg->forward_delay =
2
;
cfg->igmp_snoop = true;
if ((cur = tb[BRIDGE_ATTR_STP]))