]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1397] out of subnet reservations removed from default config
authorWlodek Wencel <wlodek@isc.org>
Mon, 24 Aug 2020 07:55:55 +0000 (09:55 +0200)
committerWlodek Wencel <wlodek@isc.org>
Mon, 24 Aug 2020 07:55:55 +0000 (09:55 +0200)
src/bin/keactrl/kea-dhcp6.conf.pre

index ffa75fc5a9e1ef12fe516d91e0d407fcffed20fe..4e25fb323540ca1d5729ea7438f3fa2f7f2564ca 100644 (file)
                 // the specified value will get an address of 2001:db8:1::100.
                 {
                     "duid": "01:02:03:04:05:0A:0B:0C:0D:0E",
-                    "ip-addresses": [ "2001:db8:1::100" ]
+                    "ip-addresses": [ "2001:db8:1:0::100" ]
                 },
 
                 // This is similar to the previous one, but this time the
                 // precedence.
                 {
                     "hw-address": "00:01:02:03:04:05",
-                    "ip-addresses": [ "2001:db8:1::101" ],
+                    "ip-addresses": [ "2001:db8:1:0::101" ],
                     "option-data": [
                         {
                             "name": "dns-servers",
                 // reservation.
                 {
                     "duid": "01:02:03:04:05:06:07:08:09:0A",
-                    "ip-addresses": [ "2001:db8:1:cafe::1" ],
+                    "ip-addresses": [ "2001:db8:1:0:cafe::1" ],
                     "prefixes": [ "2001:db8:2:abcd::/64" ],
                     "hostname": "foo.example.com",
                     "option-data": [
                 // loaded to work.
                 {
                     "flex-id": "'somevalue'",
-                    "ip-addresses": [ "2001:db8:1:cafe::2" ]
+                    "ip-addresses": [ "2001:db8:1:0:cafe::2" ]
                 }
             ]
         }