diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-26 20:33:53 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-26 20:33:53 +0000 |
commit | b966c1fbabe2ea4d1800f9ef23074bc77e6654c1 (patch) | |
tree | 1855bb6a3a3a9efa3a7a1a709fa6fb4d9990a26b /package/base-files/files | |
parent | 844d2b35122fd03bed3cc3f5371fdd5c0d21edad (diff) |
bridge the lan interface by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7349 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files')
-rw-r--r-- | package/base-files/files/etc/config/network | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/files/etc/config/network b/package/base-files/files/etc/config/network index 1d5ded372..a35fd2ef9 100644 --- a/package/base-files/files/etc/config/network +++ b/package/base-files/files/etc/config/network @@ -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 |