mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 19:54:04 +02:00
01d58dbf4e
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25917 3c298f89-4303-0410-b956-a3cf2f4a3e73
16 lines
314 B
Plaintext
16 lines
314 B
Plaintext
config interface loopback
|
|
option ifname lo
|
|
option proto static
|
|
option netmask 255.0.0.0
|
|
|
|
config interface lan
|
|
option proto dhcp
|
|
option netmask 255.255.255.0
|
|
|
|
config interface usb
|
|
option ifname usb0
|
|
option proto static
|
|
option ipaddr 192.168.168.168
|
|
option netmask 255.255.255.0
|
|
option ip6addr fe80::810:1
|