From: Francis Dupont Date: Wed, 17 Oct 2018 19:48:00 +0000 (+0200) Subject: [5-netconf-extend-syntax] Updated get_config.json X-Git-Tag: 153-netconf-agent_base^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f31f89a5aa632be3328c7461d5bae1b610462444;p=thirdparty%2Fkea.git [5-netconf-extend-syntax] Updated get_config.json --- diff --git a/src/bin/netconf/tests/testdata/get_config.json b/src/bin/netconf/tests/testdata/get_config.json index fbcf8fc755..42645769c3 100644 --- a/src/bin/netconf/tests/testdata/get_config.json +++ b/src/bin/netconf/tests/testdata/get_config.json @@ -39,7 +39,7 @@ "comment": "DHCP4 server", "boot-update": false, "control-socket": { - "socket-name": "/path/to/the/unix/socket-v4", + "socket-name": "/tmp/kea4-ctrl-socket", "socket-type": "unix", "socket-url": "http://127.0.0.1:8000/" }, @@ -50,7 +50,7 @@ "dhcp6": { "boot-update": false, "control-socket": { - "socket-name": "/path/to/the/unix/socket-v6", + "socket-name": "/tmp/kea6-ctrl-socket", "socket-type": "unix", "socket-url": "http://127.0.0.1:8000/" },