]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#638,!347] Added lacking commas in the default DHCP config files.
authorMarcin Siodelski <marcin@isc.org>
Tue, 28 May 2019 17:57:17 +0000 (19:57 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 28 May 2019 17:57:17 +0000 (19:57 +0200)
src/bin/keactrl/kea-dhcp4.conf.pre
src/bin/keactrl/kea-dhcp6.conf.pre

index a2d78769629addf7b369e99151aaf65130360482..2252b03924a9ef45665fd63605560bd2e3440334 100644 (file)
             ]
             // You can add more subnets there.
         }
-    ]
+    ],
 
     // There are many, many more parameters that DHCPv4 server is able to use.
     // They were not added here to not overwhelm people with too much
index d3e50833789bd2dbe1c0f6bcbf95e4686ebd97df..36aa474cb33af09163d11534a5dca22b5a5ace33 100644 (file)
         //          "subnet": "2001:db8:4::/64",
         //          "pools": [ { "pool": "2001:db8:4::/80" } ]
         //      }
-    ]
+    ],
 
     // Client-classes can be defined here. See "client-classes" in Dhcp4 for
     // an example.