openwrtv3/target/linux/octeon/base-files/etc/config/network
Imre Kaloz fb4eb16283 rename cavium-octeon to octeon
SVN-Revision: 16292
2009-06-02 09:18:55 +00:00

18 lines
434 B
Text

# Copyright (C) 2009 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 eth1
option type bridge
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0
config interface wan
option ifname eth0
option proto dhcp