]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[153-netconf-configs] Copied config files and doc from kea-yang
authorFrancis Dupont <fdupont@isc.org>
Thu, 18 Oct 2018 23:12:16 +0000 (01:12 +0200)
committerTomek Mrugalski <tomek@isc.org>
Wed, 7 Nov 2018 06:15:13 +0000 (01:15 -0500)
src/bin/netconf/configs/netconf.json [deleted file]

diff --git a/src/bin/netconf/configs/netconf.json b/src/bin/netconf/configs/netconf.json
deleted file mode 100644 (file)
index ad7f1d7..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-{
-    "Netconf":
-    {
-        "managed-servers":
-        {
-            "dhcp6":
-            {
-                "control-socket":
-                {
-                    "socket-type": "unix",
-                    "socket-name": "/tmp/kea6-sock"
-                }
-            }
-        }
-/* Remove comments to get traces in logs.
-    },
-    "Logging":
-    {
-        "loggers":
-        [
-            {
-                "name": "kea-netconf",
-                "output_options":
-                [
-                    {
-                        "output": "stderr"
-                    }
-                ],
-                "severity": "DEBUG",
-                "debuglevel": 99
-            }
-        ]
-*/
-    }
-}