openwrtv4/target/linux/x86/olpc/base-files/etc/config/network
Steven Barth ea94d66b0f Adapt default network configuration for IPv6
SVN-Revision: 36278
2013-04-09 08:03:08 +00:00

16 lines
380 B
Text

# 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 wlan
option ifname eth0
option proto dhcp
config interface wlan6
option ifname @wlan
option proto dhcpv6
option reqprefix no