summaryrefslogtreecommitdiffstats
path: root/doc/examples/netconf/kea-dhcp6-operations/netconf.json
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/netconf/kea-dhcp6-operations/netconf.json')
-rw-r--r--doc/examples/netconf/kea-dhcp6-operations/netconf.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/examples/netconf/kea-dhcp6-operations/netconf.json b/doc/examples/netconf/kea-dhcp6-operations/netconf.json
new file mode 100644
index 0000000..1a8cd21
--- /dev/null
+++ b/doc/examples/netconf/kea-dhcp6-operations/netconf.json
@@ -0,0 +1,31 @@
+{
+ "Netconf":
+ {
+ "managed-servers":
+ {
+ "dhcp6":
+ {
+ "control-socket":
+ {
+ "socket-type": "unix",
+ "socket-name": "/tmp/kea6-ctrl-socket"
+ }
+ }
+ },
+
+ "loggers":
+ [
+ {
+ "name": "kea-netconf",
+ "output_options":
+ [
+ {
+ "output": "stderr"
+ }
+ ],
+ "severity": "DEBUG",
+ "debuglevel": 99
+ }
+ ]
+ }
+}