]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3328] Change Dhcp6 spec file so D2 server IP address matches Dhcp4
authorThomas Markwalder <tmark@isc.org>
Mon, 21 Apr 2014 14:26:16 +0000 (10:26 -0400)
committerThomas Markwalder <tmark@isc.org>
Mon, 21 Apr 2014 14:26:16 +0000 (10:26 -0400)
Out of the box both DHCP servers should look at the same defualt address
for D2, as D2 only opens one ip/port (currently).

src/bin/dhcp6/dhcp6.spec

index 592d13f43372869dcc0ba5e63da4bef3c6354076..0f71b09f8eafb5b1468f9e81fb1156801c6118ab 100644 (file)
                 "item_name": "server-ip",
                 "item_type": "string",
                 "item_optional": true,
-                "item_default": "::1",
+                "item_default": "127.0.0.1",
                 "item_description" : "IP address of b10-dhcp-ddns (IPv4 or IPv6)"
             },
             {