diff options
| author | Darkeye <postfach@martinmichel.info> | 2011-01-23 21:16:18 (GMT) | 
|---|---|---|
| committer | Darkeye <postfach@martinmichel.info> | 2011-01-23 21:16:18 (GMT) | 
| commit | 488e8b288906e371fddfebcaf4616d1de1304fb0 (patch) | |
| tree | 5b70d24d91ed4a646ae3915ce75a38418d2e455d /files/etc/config/network | |
| parent | 3624286989d703bd779d50d2f7d2c95e99bdd332 (diff) | |
Bug with new switch config. reset default configuration
Diffstat (limited to 'files/etc/config/network')
| -rw-r--r-- | files/etc/config/network | 32 | 
1 files changed, 15 insertions, 17 deletions
diff --git a/files/etc/config/network b/files/etc/config/network index c2cd550..b733a13 100644 --- a/files/etc/config/network +++ b/files/etc/config/network @@ -1,19 +1,21 @@ +  config 'interface' 'loopback' -        option 'ifname' 'lo' -        option 'proto' 'static' -        option 'ipaddr' '127.0.0.1' -        option 'netmask' '255.0.0.0' +	option 'ifname' 'lo' +	option 'proto' 'static' +	option 'ipaddr' '127.0.0.1' +	option 'netmask' '255.0.0.0' +  config 'interface' 'mesh' -        option 'type' 'bridge' -        option 'ifname' 'bat0 ath0 eth0.1' +	option 'type' 'bridge' +	option 'ifname' 'bat0 ath0'  config 'interface' 'lan'  	option 'type' 'bridge'  	option 'proto' 'static'  	option 'ipaddr' '192.168.1.1'  	option 'netmask' '255.255.255.0' -	option 'ifname' 'eth0.2' -	 +	option 'ifname' 'eth0.1' +  config 'switch' 'eth0'  	option 'name' 'eth0'  	option 'reset' '1' @@ -22,19 +24,15 @@ config 'switch' 'eth0'  config 'switch_vlan' 'eth0_1'  	option 'device' 'eth0'  	option 'vlan' '1' -	option 'ports' '2 3 5t' -	 +	option 'ports' '0 1 2 3 5t' +  config 'switch_vlan' 'eth0_2' -        option 'device' 'eth0'             -        option 'vlan' '2'                -        option 'ports' '0 1 5t'    -         -config 'switch_vlan' 'eth0_3'  	option 'device' 'eth0' -	option 'vlan' '3' +	option 'vlan' '2'  	option 'ports' '4 5t'  config 'interface' 'wan' -	option 'ifname' 'eth0.3' +	option 'ifname' 'eth0.2'  	option 'proto' 'dhcp'  	option 'dns' '217.11.48.200 217.11.49.200 8.8.8.8' +  | 
