]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] fixed interface-config type (#3716)
authorFrancis Dupont <fdupont@isc.org>
Mon, 16 Feb 2015 16:50:28 +0000 (17:50 +0100)
committerFrancis Dupont <fdupont@isc.org>
Mon, 16 Feb 2015 16:50:28 +0000 (17:50 +0100)
src/bin/keactrl/kea.conf.pre

index 32737b22929687405cad0540931649e182789cfa..6065010d9d8722fb2cedfe2843db414630c5c842 100644 (file)
@@ -9,7 +9,7 @@
 "Dhcp4":
 {
 # Add names of interfaces to listen on.
-  "interfaces-config:" {
+  "interfaces-config": {
     "interfaces": [ ]
   },
 
@@ -36,7 +36,7 @@
 "Dhcp6":
 {
 # Add names of interfaces to listen on.
-  "interfaces-config:" {
+  "interfaces-config": {
     "interfaces": [ ]
   },