Change default IPv6 config to enable DHCPv6-PD

SVN-Revision: 36384
This commit is contained in:
Steven Barth
2013-04-22 19:40:16 +00:00
parent 17b8c0c7b8
commit 4e8f7f37ed
15 changed files with 15 additions and 15 deletions

View File

@@ -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
}