From: Thomas Markwalder Date: Mon, 21 Apr 2014 14:26:16 +0000 (-0400) Subject: [3328] Change Dhcp6 spec file so D2 server IP address matches Dhcp4 X-Git-Tag: trac3434_base~48^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dff934657fe612b2792a52004b3fc595275af4f2;p=thirdparty%2Fkea.git [3328] Change Dhcp6 spec file so D2 server IP address matches Dhcp4 Out of the box both DHCP servers should look at the same defualt address for D2, as D2 only opens one ip/port (currently). --- diff --git a/src/bin/dhcp6/dhcp6.spec b/src/bin/dhcp6/dhcp6.spec index 592d13f433..0f71b09f8e 100644 --- a/src/bin/dhcp6/dhcp6.spec +++ b/src/bin/dhcp6/dhcp6.spec @@ -382,7 +382,7 @@ "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)" }, {