From 0d01fee8188537f263171143820970349e805a04 Mon Sep 17 00:00:00 2001 From: floh1111 Date: Thu, 3 Nov 2011 12:19:11 +0000 Subject: [PATCH] =?UTF-8?q?Disable=20STP=20in=20Mesh=20because=20of=20new?= =?UTF-8?q?=20loop=20avoidance=20in=20batman=20advanced=20(pleas=20review?= =?UTF-8?q?=20this=20checkin=20I=C2=B4m=20unsure=20about=20disabling=20STP?= =?UTF-8?q?!)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root_file_system/default/etc/config/network | 1 - root_file_system/fonera/etc/config/network | 1 - root_file_system/wr1043nd/etc/config/network | 3 +-- root_file_system/wrt54g_adhoc/etc/config/network | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/root_file_system/default/etc/config/network b/root_file_system/default/etc/config/network index 7931159..a743fbb 100644 --- a/root_file_system/default/etc/config/network +++ b/root_file_system/default/etc/config/network @@ -15,7 +15,6 @@ config 'interface' 'wlanmesh' config 'interface' 'mesh' option 'type' 'bridge' option 'ifname' 'eth0.1 ath0 bat0 tap0' - option 'stp' '1' config 'switch' 'eth0' option 'name' 'eth0' diff --git a/root_file_system/fonera/etc/config/network b/root_file_system/fonera/etc/config/network index 3e1f5dd..3950d68 100644 --- a/root_file_system/fonera/etc/config/network +++ b/root_file_system/fonera/etc/config/network @@ -15,7 +15,6 @@ config 'interface' 'wlanmesh' config 'interface' 'mesh' option 'type' 'bridge' option 'ifname' 'ath0 bat0 tap0' - option 'stp' '1' # 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. diff --git a/root_file_system/wr1043nd/etc/config/network b/root_file_system/wr1043nd/etc/config/network index be23ed8..2e38665 100644 --- a/root_file_system/wr1043nd/etc/config/network +++ b/root_file_system/wr1043nd/etc/config/network @@ -11,7 +11,6 @@ config 'interface' 'wlanmesch' config 'interface' 'mesh' option 'type' 'bridge' option 'ifname' 'eth0.1 wlan0 bat0 tap0' - option 'stp' '1' config 'interface' 'wan' option 'ifname' 'eth0.2' @@ -30,4 +29,4 @@ config 'switch_vlan' config 'switch_vlan' option 'device' 'rtl8366rb' option 'vlan' '2' - option 'ports' '0 5t' \ No newline at end of file + option 'ports' '0 5t' diff --git a/root_file_system/wrt54g_adhoc/etc/config/network b/root_file_system/wrt54g_adhoc/etc/config/network index 15f867d..d9ca5a7 100644 --- a/root_file_system/wrt54g_adhoc/etc/config/network +++ b/root_file_system/wrt54g_adhoc/etc/config/network @@ -42,4 +42,3 @@ config interface wlan0 config interface mesh option type bridge option ifname "bat0 tap0" - option stp 1