Disable STP in Mesh because of new loop avoidance in batman advanced (pleas review this checkin I´m unsure about disabling STP!)

This commit is contained in:
floh1111 2011-11-03 12:19:11 +00:00
parent 9ebd938a2d
commit 0d01fee818
4 changed files with 1 additions and 5 deletions

View File

@ -15,7 +15,6 @@ 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'
config 'switch' 'eth0' config 'switch' 'eth0'
option 'name' 'eth0' option 'name' 'eth0'

View File

@ -15,7 +15,6 @@ config 'interface' 'wlanmesh'
config 'interface' 'mesh' config 'interface' 'mesh'
option 'type' 'bridge' option 'type' 'bridge'
option 'ifname' 'ath0 bat0 tap0' option 'ifname' 'ath0 bat0 tap0'
option 'stp' '1'
# To get Freifunk on the ethernet port (for a desktop pc for example), comment out # To get Freifunk on the ethernet port (for a desktop pc for example), comment out
# the lan interface section and add eth0 to the ifnames of the mesh interface. # the lan interface section and add eth0 to the ifnames of the mesh interface.

View File

@ -11,7 +11,6 @@ config 'interface' 'wlanmesch'
config 'interface' 'mesh' config 'interface' 'mesh'
option 'type' 'bridge' option 'type' 'bridge'
option 'ifname' 'eth0.1 wlan0 bat0 tap0' option 'ifname' 'eth0.1 wlan0 bat0 tap0'
option 'stp' '1'
config 'interface' 'wan' config 'interface' 'wan'
option 'ifname' 'eth0.2' option 'ifname' 'eth0.2'
@ -30,4 +29,4 @@ config 'switch_vlan'
config 'switch_vlan' config 'switch_vlan'
option 'device' 'rtl8366rb' option 'device' 'rtl8366rb'
option 'vlan' '2' option 'vlan' '2'
option 'ports' '0 5t' option 'ports' '0 5t'

View File

@ -42,4 +42,3 @@ config interface wlan0
config interface mesh config interface mesh
option type bridge option type bridge
option ifname "bat0 tap0" option ifname "bat0 tap0"
option stp 1