diff options
author | Steven Barth <steven@midlink.org> | 2013-04-22 19:40:16 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2013-04-22 19:40:16 +0000 |
commit | 276de79fca2605d1ac88703241ff8323b7d87fd3 (patch) | |
tree | bf6eb1f3c0e33997011b0a7f809509716207436f /package/base-files/files/etc/config | |
parent | 5108102e9bf4f33e5944dfd198d5dc9564e3e7a0 (diff) | |
download | master-187ad058-276de79fca2605d1ac88703241ff8323b7d87fd3.tar.gz master-187ad058-276de79fca2605d1ac88703241ff8323b7d87fd3.tar.bz2 master-187ad058-276de79fca2605d1ac88703241ff8323b7d87fd3.zip |
Change default IPv6 config to enable DHCPv6-PD
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36384 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/etc/config')
-rw-r--r-- | package/base-files/files/etc/config/network | 2 |
1 files changed, 1 insertions, 1 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 |