bring up loopback by default
authorMike Baker <mbm@openwrt.org>
Fri, 15 Sep 2006 22:25:03 +0000 (22:25 +0000)
committerMike Baker <mbm@openwrt.org>
Fri, 15 Sep 2006 22:25:03 +0000 (22:25 +0000)
SVN-Revision: 4793

openwrt/package/base-files/default/etc/config/network

index 60c2da12c5cd2f41b82b4f6208a7d0a12f28b232..1d5ded3728d4ea616d802dd0e281e25101adf8a5 100644 (file)
@@ -1,3 +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 ifname   eth0
        option proto    static