2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 04:57:52 +00:00

[3508] Correction is example DHCPv6 config

This commit is contained in:
Tomek Mrugalski 2014-08-11 18:59:24 +02:00
parent 1a87ff5014
commit 6e1791abef

View File

@ -31,7 +31,7 @@
# least subnet and pool entries.
"subnet6": [
{
"pool": [ "2001:db8:1::/80" ],
"pools": [ { "pool": "2001:db8:1::/80" } ],
"subnet": "2001:db8:1::/64",
"interface": "eth0"
}