]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] fixing example conf files
authorWlodek Wencel <wlodek@isc.org>
Tue, 17 Feb 2015 22:05:31 +0000 (23:05 +0100)
committerWlodek Wencel <wlodek@isc.org>
Tue, 17 Feb 2015 22:05:31 +0000 (23:05 +0100)
doc/examples/ddns/sample1.json
doc/examples/kea4/multiple-options.json
doc/examples/kea4/reservations.json
doc/examples/kea4/several-subnets.json
doc/examples/kea4/single-subnet.json
doc/examples/kea6/advanced.json
doc/examples/kea6/multiple-options.json
doc/examples/kea6/reservations.json
doc/examples/kea6/several-subnets.json
doc/examples/kea6/simple.json
doc/examples/kea6/stateless.json

index 9a61fb9800d86bd2a980e5f2a7e56444e5a07bfd..dc179ba99a65134d8c1ccca271b5065d7b14e05f 100644 (file)
             "name": "d2.sha1.key",
             "algorithm": "HMAC-SHA1",
             "secret": "hRrp29wzUv3uzSNRLlY68w=="
-        }
+        },
         {
             "name": "d2.sha512.key",
             "algorithm": "HMAC-SHA512",
index 6dbd9c789d7b03984983171e917c8a3fdb21ca37..817369b28ce92779063f04d1f0163f18d502e915 100644 (file)
@@ -5,7 +5,7 @@
 
 {
 # Kea is told to listen on ethX interface only.
-  "interfaces-config:" {
+  "interfaces-config": {
     "interfaces": [ "ethX" ]
   },
 
index 30d0e8df709a94162c9ec6c14402c29119b02a71..954d84a48f89c1174945b80a1496a53582c2b868 100644 (file)
@@ -5,7 +5,7 @@
 
 {
 # Kea is told to listen on ethX interface only.
-  "interfaces-config:" {
+  "interfaces-config": {
     "interfaces": [ "ethX" ]
   },
 
index 2f2ecfb488b5deca7e75d57c9b48e545866f2307..24d5719cea1c86a887b035c1284a08c045b8544b 100644 (file)
@@ -6,7 +6,7 @@
 
 {
 # Kea is told to listen on ethX interface only.
-  "interfaces-config:" {
+  "interfaces-config": {
     "interfaces": [ "ethX" ]
   },
 
index bc6f1d82884e7d96ae16b7ffb2d150ea74176a60..385a2dda6b16f013a7f7ab2a090f4254451e4165 100644 (file)
@@ -6,7 +6,7 @@
 
 {
 # Kea is told to listen on ethX interface only.
-  "interfaces-config:" {
+  "interfaces-config": {
     "interfaces": [ "ethX" ]
   },
 
index 7652b4e91a0c4dfdf865bdd693503e7a20487ed2..9aaa9476175082d9622806dacc30321306e27e63 100644 (file)
@@ -11,7 +11,7 @@
 
 {
 # Kea is told to listen on ethX network interface only.
-  "interfaces-config:" {
+  "interfaces-config": {
     "interfaces": [ "ethX" ]
   },
 
index 436816ac29208b8305753625682f7787c379fa9c..017dfa62ae0b8f17a21f10d0fc67ef70934e311a 100644 (file)
@@ -5,7 +5,7 @@
 
 {
 # Kea is told to listen on ethX interface only.
-  "interfaces-config:" {
+  "interfaces-config": {
     "interfaces": [ "ethX" ]
   },
 
index c34244e8f6c3e45b91d5311cc3efc869adafc53c..6162fc17301ad46caa469a1226d1a06b79fd87b2 100644 (file)
@@ -8,7 +8,9 @@
 
 {
 # Kea is told to listen on ethX interface only.
-  "interfaces": [ "ethX" ],
+  "interfaces-config": {
+    "interfaces": [ "ethX" ]
+  },
 
 # We need to specify lease type. As of May 2014, three backends are supported:
 # memfile, mysql and pgsql. We'll just use memfile, because it doesn't require
index 3be0b0bd02693e855cf62b734a40be83f1a7ccc1..25ac240e22a461847f169d924972a6a04a727726 100644 (file)
@@ -6,7 +6,7 @@
 
 {
 # Kea is told to listen on ethX interface only.
-  "interfaces-config:" {
+  "interfaces-config": {
     "interfaces": [ "ethX" ]
   },
 
index 31c3f5270948ab7fd33be7aaa13a705fda4d29af..f9cda446a7012d983d491279aab59693d1284ce5 100644 (file)
@@ -7,7 +7,7 @@
 
 { 
 # Kea is told to listen on ethX interface only.
-  "interfaces-config:" {
+  "interfaces-config": {
     "interfaces": [ "ethX" ]
   },
 
index f33ea815b4f861faf4ba1ea2d4a02d22270b9e68..b16d018c4abc1caeee40966e21519f8079eb9291 100644 (file)
@@ -7,7 +7,7 @@
 
 {
 "Dhcp6": {
-    "interfaces-config:" {
+    "interfaces-config": {
         "interfaces": [ "ethX" ]
     },