From: Marcin Siodelski Date: Tue, 28 May 2019 17:57:17 +0000 (+0200) Subject: [#638,!347] Added lacking commas in the default DHCP config files. X-Git-Tag: Kea-1.6.0-beta~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2002746c2c730787f6e195a5e7b4ee24f0fc0aca;p=thirdparty%2Fkea.git [#638,!347] Added lacking commas in the default DHCP config files. --- diff --git a/src/bin/keactrl/kea-dhcp4.conf.pre b/src/bin/keactrl/kea-dhcp4.conf.pre index a2d7876962..2252b03924 100644 --- a/src/bin/keactrl/kea-dhcp4.conf.pre +++ b/src/bin/keactrl/kea-dhcp4.conf.pre @@ -405,7 +405,7 @@ ] // 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 diff --git a/src/bin/keactrl/kea-dhcp6.conf.pre b/src/bin/keactrl/kea-dhcp6.conf.pre index d3e5083378..36aa474cb3 100644 --- a/src/bin/keactrl/kea-dhcp6.conf.pre +++ b/src/bin/keactrl/kea-dhcp6.conf.pre @@ -327,7 +327,7 @@ // "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.