]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5-netconf-extend-syntax] Updated get_config.json
authorFrancis Dupont <fdupont@isc.org>
Wed, 17 Oct 2018 19:48:00 +0000 (21:48 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 17 Oct 2018 19:48:00 +0000 (21:48 +0200)
src/bin/netconf/tests/testdata/get_config.json

index fbcf8fc755e2c76c8789fe91aadaa658ca9b6fb9..42645769c30da6d8409f38b4a7a7fa78175eee32 100644 (file)
@@ -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/"
                 },