mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-02 21:01:41 +00:00
4b7536d3c7
SVN-Revision: 23004
10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
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 proto dhcp
|
|
|