Browse Source

[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).
Thomas Markwalder 11 years ago
parent
commit
dff934657f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/dhcp6/dhcp6.spec

+ 1 - 1
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)"
             },
             {