mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33: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
|
|
|