diff options
author | Mike Baker <mbm@openwrt.org> | 2006-08-27 11:11:55 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-08-27 11:11:55 +0000 |
commit | b367cfb4e270dd4d377f258dc5a0d22d3743d883 (patch) | |
tree | 99e89cd512d7ea38971a472caf65fcf7514c53c0 /openwrt/package/base-files/x86-2.4/etc/config | |
parent | 12eb1c316840776ababe91f93ca96c74e93d6c61 (diff) | |
download | mtk-20170518-b367cfb4e270dd4d377f258dc5a0d22d3743d883.zip mtk-20170518-b367cfb4e270dd4d377f258dc5a0d22d3743d883.tar.gz mtk-20170518-b367cfb4e270dd4d377f258dc5a0d22d3743d883.tar.bz2 |
fix minor typo & move loopback to network config
SVN-Revision: 4683
Diffstat (limited to 'openwrt/package/base-files/x86-2.4/etc/config')
-rw-r--r-- | openwrt/package/base-files/x86-2.4/etc/config/network | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/package/base-files/x86-2.4/etc/config/network b/openwrt/package/base-files/x86-2.4/etc/config/network index f1ed977..68d8e42 100644 --- a/openwrt/package/base-files/x86-2.4/etc/config/network +++ b/openwrt/package/base-files/x86-2.4/etc/config/network @@ -1,5 +1,11 @@ # Copyright (C) 2006 OpenWrt.org +config interface loopback + option ifname lo + option proto static + option ipaddr 127.0.0.1 + option netmask 255.0.0.0 + config interface lan option type bridge option ifname "eth1 eth2" |