diff options
author | Steven Barth <steven@midlink.org> | 2013-04-09 08:03:08 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2013-04-09 08:03:08 +0000 |
commit | 4c9003ffc74ee9c70ca54240e5ec77fbab2ad9ce (patch) | |
tree | a166641971bf319b21ee3b34daec10094b49e94d /target/linux/x86/geos | |
parent | d60417f6ef256793248e9bcf485da7d2c46cefdc (diff) | |
download | upstream-4c9003ffc74ee9c70ca54240e5ec77fbab2ad9ce.tar.gz upstream-4c9003ffc74ee9c70ca54240e5ec77fbab2ad9ce.tar.bz2 upstream-4c9003ffc74ee9c70ca54240e5ec77fbab2ad9ce.zip |
Adapt default network configuration for IPv6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36278 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/geos')
-rw-r--r-- | target/linux/x86/geos/base-files/etc/config/network | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/x86/geos/base-files/etc/config/network b/target/linux/x86/geos/base-files/etc/config/network index f49838318b..c9c12e3ce9 100644 --- a/target/linux/x86/geos/base-files/etc/config/network +++ b/target/linux/x86/geos/base-files/etc/config/network @@ -12,6 +12,7 @@ config interface lan option proto static option ipaddr 192.168.1.1 option netmask 255.255.255.0 + option ip6assign 64 config atm-bridge option unit 0 @@ -28,6 +29,14 @@ config interface wan # clone your eth0 address here # option macaddr '00:0A:FA:22:00:80' +config interface wan6 + option ifname @wan + option proto dhcpv6 + +config globals globals + option ula_prefix auto + + # 2nd interface on Geos2 #config interface wan # option proto pppoa |