]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5357] examples improved.
authorTomek Mrugalski <tomasz@isc.org>
Wed, 13 Sep 2017 08:58:36 +0000 (10:58 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 13 Sep 2017 08:58:36 +0000 (10:58 +0200)
doc/examples/kea4/shared-network.json
doc/examples/kea6/shared-network.json

index f5854b2c67564d9a1f6300049cb4e7d16bda21c4..5566547489e7646c21f870b37d96fef29fabb861 100644 (file)
@@ -68,7 +68,8 @@
             {
                 "pools": [ { "pool":  "192.0.3.1 - 192.0.3.200" } ],
                 "subnet": "192.0.3.0/24",
-                "interface": "eth0"
+                "interface": "eth0",
+                "id": 3
             }
         ]
         
index b73a49554ea1d2b39691819d8e4c2bd719145f6e..4b0f552da594a33c933383ae377cbf83d7211e29 100644 (file)
 
         "subnet6": [
             {
-                "pools": [ { "pool": "2001:db8:1::/80" } ],
-                "subnet": "2001:db8:1::/64",
-                "interface": "eth0"
+                "pools": [ { "pool": "2001:db8:2::/80" } ],
+                "subnet": "2001:db8:2::/64",
+                "interface": "eth0",
+                "id": 100
             }
         ],
 
@@ -34,7 +35,8 @@
                 "ip-address": "::"
             },
             "renew-timer": 100,
-            "reservation-mode": "all",    "subnet6": [
+            "reservation-mode": "all",
+            "subnet6": [
                 {
                     "id": 1,
                     "option-data": [ ],