bridge the lan interface by default
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 26 May 2007 20:33:53 +0000 (20:33 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 26 May 2007 20:33:53 +0000 (20:33 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7349 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/files/etc/config/network

index 1d5ded3..a35fd2e 100644 (file)
@@ -8,6 +8,7 @@ config interface loopback
 
 config interface lan
        option ifname   eth0
+       option type     bridge
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0