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/ar7 | |
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/ar7')
-rw-r--r-- | target/linux/ar7/base-files/etc/config/network | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ar7/base-files/etc/config/network b/target/linux/ar7/base-files/etc/config/network index 0576aa437b..50a1edfb47 100644 --- a/target/linux/ar7/base-files/etc/config/network +++ b/target/linux/ar7/base-files/etc/config/network @@ -13,6 +13,14 @@ config interface lan option ipaddr 192.168.1.1 option netmask 255.255.255.0 option nat 1 + option ip6assign 64 + +config interface wan6 + option ifname @wan + option proto dhcpv6 + +config globals globals + option ula_prefix auto ## Example for ATM bridging. ## Useful for PPPoE or IP over ATM. Will create 'nas${unit}' |