summaryrefslogtreecommitdiffstats
path: root/package/base-files/rb532-2.6/etc/config/network
blob: 82796905741150ab33f492e33d76cf64b04be3a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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	dhcp