reverted bridge loop avoidance

This commit is contained in:
bjo 2011-09-29 22:16:03 +00:00
parent e370850dbb
commit c360983db6
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
config 'mesh' 'bat0' config 'mesh' 'bat0'
option 'interfaces' 'ath1 br-mesh' option 'interfaces' 'ath1'
option 'orig_interval' option 'orig_interval'
option 'log_level' option 'log_level'
option 'aggregated_ogms' option 'aggregated_ogms'

View File

@ -15,7 +15,7 @@ config 'interface' 'wlanmesh'
config 'interface' 'mesh' config 'interface' 'mesh'
option 'type' 'bridge' option 'type' 'bridge'
option 'ifname' 'eth0.1 ath0 bat0 tap0' option 'ifname' 'eth0.1 ath0 bat0 tap0'
option 'mtu' '1527' option 'stp' '1'
config 'switch' 'eth0' config 'switch' 'eth0'
option 'name' 'eth0' option 'name' 'eth0'