diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-05-26 20:33:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-05-26 20:33:53 +0000 |
commit | 8682fc591c7553e3f35c18fdd6b4cc09f85e144a (patch) | |
tree | 72f2273561f409ea2e17d2872f9ee164d1a7b01a /package/base-files | |
parent | cef4e6112cd3953898dd30c0717b706743877f0d (diff) | |
download | upstream-8682fc591c7553e3f35c18fdd6b4cc09f85e144a.tar.gz upstream-8682fc591c7553e3f35c18fdd6b4cc09f85e144a.tar.bz2 upstream-8682fc591c7553e3f35c18fdd6b4cc09f85e144a.zip |
bridge the lan interface by default
SVN-Revision: 7349
Diffstat (limited to 'package/base-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 1d5ded3728..a35fd2ef9a 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 |