aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2013-04-22 19:40:16 +0000
committerSteven Barth <cyrus@openwrt.org>2013-04-22 19:40:16 +0000
commit4e8f7f37edc7c0e1088d002cbb16f76509f4151c (patch)
treee886c842906b469c2029ff0707bd3605f93bd185 /package/base-files
parent17b8c0c7b8ee1062649db2034473bfa5145352b2 (diff)
downloadupstream-4e8f7f37edc7c0e1088d002cbb16f76509f4151c.tar.gz
upstream-4e8f7f37edc7c0e1088d002cbb16f76509f4151c.tar.bz2
upstream-4e8f7f37edc7c0e1088d002cbb16f76509f4151c.zip
Change default IPv6 config to enable DHCPv6-PD
SVN-Revision: 36384
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/files/etc/config/network2
-rw-r--r--package/base-files/files/lib/functions/uci-defaults.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/base-files/files/etc/config/network b/package/base-files/files/etc/config/network
index f2afcd9702..87b124aa3b 100644
--- a/package/base-files/files/etc/config/network
+++ b/package/base-files/files/etc/config/network
@@ -12,7 +12,7 @@ config interface lan
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0
- option ip6assign 64
+ option ip6assign 60
config interface wan6
option ifname @wan
diff --git a/package/base-files/files/lib/functions/uci-defaults.sh b/package/base-files/files/lib/functions/uci-defaults.sh
index 959ae5eba6..bf6fe1e305 100644
--- a/package/base-files/files/lib/functions/uci-defaults.sh
+++ b/package/base-files/files/lib/functions/uci-defaults.sh
@@ -176,7 +176,7 @@ set network.lan.type='bridge'
set network.lan.proto='static'
set network.lan.ipaddr='192.168.1.1'
set network.lan.netmask='255.255.255.0'
-set network.lan.ip6assign='64'
+set network.lan.ip6assign='60'
EOF
}