We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8cb8c commit 191564dCopy full SHA for 191564d
src/bin/dhcp6/ctrl_dhcp6_srv.cc
@@ -1109,6 +1109,9 @@ ControlledDhcpv6Srv::ControlledDhcpv6Srv(uint16_t server_port /*= DHCP6_SERVER_P
1109
CommandMgr::instance().setIOService(getIOService());
1110
HttpCommandMgr::instance().setIOService(getIOService());
1111
1112
+ // Set the HTTP default socket address to the IPv6 (vs IPv4) loopback.
1113
+ HttpCommandConfig::DEFAULT_SOCKET_ADDRESS = IOAddress("::1");
1114
+
1115
// Set the HTTP authentication default realm.
1116
HttpCommandConfig::DEFAULT_AUTHENTICATION_REALM = "kea-dhcpv6-server";
1117
0 commit comments