mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 17:18:59 +00:00
56aac45139
SVN-Revision: 32939
13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
# Copyright (C) 2012 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 ifname eth0
|
|
option proto static
|
|
option ipaddr 192.168.1.1
|