mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 11:35:54 +02:00
8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
|
# 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
|