X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fbase-files%2Fx86-2.6%2Fetc%2Fconfig%2Fnetwork;h=68d8e4240e69c2ceb672329accbe7842859c4532;hb=465de48141a686fc4915fa816a24b976fa00a5bd;hp=f1ed977450735be2949ef71cba1dd041992eb098;hpb=a8a833f845c7cf981ad46255271ef605098afd08;p=openwrt-10.03%2F.git diff --git a/package/base-files/x86-2.6/etc/config/network b/package/base-files/x86-2.6/etc/config/network index f1ed97745..68d8e4240 100644 --- a/package/base-files/x86-2.6/etc/config/network +++ b/package/base-files/x86-2.6/etc/config/network @@ -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"