diff options
author | Darkeye <postfach@martinmichel.info> | 2011-01-22 16:38:35 (GMT) |
---|---|---|
committer | Darkeye <postfach@martinmichel.info> | 2011-01-22 16:38:35 (GMT) |
commit | b3c45c3e4180a72e746f48081249858406eda458 (patch) | |
tree | b4fe3ca59875527a17cb9c2f5afbce44765bf039 /files/etc/config/network | |
parent | af2439b5782479ead9137e521065c0844998de6c (diff) |
Add switch ports to mesh-bridge
Diffstat (limited to 'files/etc/config/network')
-rw-r--r-- | files/etc/config/network | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/files/etc/config/network b/files/etc/config/network index 6170c61..597630e 100644 --- a/files/etc/config/network +++ b/files/etc/config/network @@ -5,14 +5,7 @@ config 'interface' 'loopback' option 'netmask' '255.0.0.0' config 'interface' 'mesh' 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.1' + option 'ifname' 'bat0 ath0 eth0.1' config 'switch' 'eth0' option 'name' 'eth0' |