reverted last commit

This commit is contained in:
bjo 2011-11-29 18:14:05 +00:00
parent 6ca40443a9
commit 43f0555565
5 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

@ -24,4 +24,4 @@ config 'crawl'
config 'network' config 'network'
option 'mesh_interface' 'br-mesh' option 'mesh_interface' 'br-mesh'
option 'client_interfaces' 'ath0-1' option 'client_interfaces' 'ath0'

View file

@ -9,12 +9,12 @@ config 'interface' 'loopback'
# option 'ifname' 'eth0.1' # option 'ifname' 'eth0.1'
config 'interface' 'wlanmesh' config 'interface' 'wlanmesh'
option 'ifname' 'ath0' option 'ifname' 'ath1'
option 'mtu' '1528' option 'mtu' '1528'
config 'interface' 'mesh' config 'interface' 'mesh'
option 'type' 'bridge' option 'type' 'bridge'
option 'ifname' 'eth0.1 ath0-1 bat0 tap0' option 'ifname' 'eth0.1 ath0 bat0 tap0'
option 'stp' '1' option 'stp' '1'
config 'switch' 'eth0' config 'switch' 'eth0'

View file

@ -9,7 +9,7 @@ config 'interface' 'lan'
option 'ifname' 'eth0' option 'ifname' 'eth0'
config 'interface' 'wlanmesh' config 'interface' 'wlanmesh'
option 'ifname' 'ath0' option 'ifname' 'ath1'
option 'mtu' '1528' option 'mtu' '1528'
config 'interface' 'mesh' config 'interface' 'mesh'