From: Francis Dupont Date: Thu, 18 Oct 2018 23:12:16 +0000 (+0200) Subject: [153-netconf-configs] Copied config files and doc from kea-yang X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=160bdc57fcd5d58d8d10027ec99370a537dbf1f4;p=thirdparty%2Fkea.git [153-netconf-configs] Copied config files and doc from kea-yang --- diff --git a/src/bin/netconf/configs/netconf.json b/src/bin/netconf/configs/netconf.json deleted file mode 100644 index ad7f1d7677..0000000000 --- a/src/bin/netconf/configs/netconf.json +++ /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 - } - ] -*/ - } -}