fix typo
[openwrt.git] / package / base-files / x86-2.4 / etc / config / network
index f1ed977..68d8e42 100644 (file)
@@ -1,5 +1,11 @@
 # 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
+
 config interface lan
        option type     bridge
        option ifname   "eth1 eth2"
This page took 0.020829 seconds and 4 git commands to generate.