From: Razvan Becheriu Date: Thu, 13 Jun 2019 07:23:18 +0000 (+0300) Subject: [#649,!381] fixed ddns examples X-Git-Tag: Kea-1.6.1~10^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=199620964660b9de5d9bb15fb5fa86b60d85fbc3;p=thirdparty%2Fkea.git [#649,!381] fixed ddns examples --- diff --git a/doc/examples/ddns/comments.json b/doc/examples/ddns/comments.json index 0ee655cf2e..b377a70544 100644 --- a/doc/examples/ddns/comments.json +++ b/doc/examples/ddns/comments.json @@ -8,7 +8,7 @@ // Global scope "comment": "A DHCP-DDNS server", - "ip-address": "172.16.1.10", + "ip-address": "127.0.0.1", "port": 53001, "dns-server-timeout" : 1000, diff --git a/doc/examples/ddns/sample1.json b/doc/examples/ddns/sample1.json index 2e1ed1378b..3d4c3be6f1 100644 --- a/doc/examples/ddns/sample1.json +++ b/doc/examples/ddns/sample1.json @@ -10,11 +10,11 @@ // -------------- Global Parameters ---------------- // -// D2 will listen for update requests for Kea DHCP servers at 172.16.1.10 +// D2 will listen for update requests for Kea DHCP servers at 127.0.0.1 // on port 53001. Maximum time to we will wait for a DNS server to // respond to us is 1000 ms. - "ip-address": "172.16.1.10", + "ip-address": "127.0.0.1", "port": 53001, "dns-server-timeout" : 1000, diff --git a/src/bin/d2/tests/testdata/get_config.json b/src/bin/d2/tests/testdata/get_config.json index 721a07e0cb..c08f25e219 100644 --- a/src/bin/d2/tests/testdata/get_config.json +++ b/src/bin/d2/tests/testdata/get_config.json @@ -31,7 +31,7 @@ } ] }, - "ip-address": "172.16.1.10", + "ip-address": "127.0.0.1", "loggers": [ { "debuglevel": 0,