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 | aa21274aeb81b0c2352484874a9bf52169c5797a (patch) | |
tree | b4fe3ca59875527a17cb9c2f5afbce44765bf039 /files/etc/config/network | |
parent | 645209fe4e34066801f6b4761bace540c95e5294 (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' |