enables batman-adv bridge loop avoidance

This commit is contained in:
bjo 2011-09-28 08:58:23 +00:00
parent 5af53c427d
commit e370850dbb
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
config 'mesh' 'bat0' config 'mesh' 'bat0'
option 'interfaces' 'ath1' option 'interfaces' 'ath1 br-mesh'
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 'stp' '1' option 'mtu' '1527'
config 'switch' 'eth0' config 'switch' 'eth0'
option 'name' 'eth0' option 'name' 'eth0'