]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added ChangeLog entry for #2545.
authorMarcin Siodelski <marcin@isc.org>
Tue, 8 Jan 2013 09:32:02 +0000 (10:32 +0100)
committerMarcin Siodelski <marcin@isc.org>
Tue, 8 Jan 2013 09:32:02 +0000 (10:32 +0100)
ChangeLog

index 84ebe9153d7bf8ff2b156cd71d82d7e93b1aafea..825a48f1a31468fc53ad9ebda22f907de5a28393 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+540.   [func]          marcin
+       DHCP Option values can be now specified using a string of
+       tokens separated with comma sign. Subsequent tokens are used
+       to set values for corresponding data fields in a particular
+       DHCP option. The format of the token matches the data type
+       of the corresponding option field: e.g. "192.168.2.1" for IPv4
+       address, "5" for integer value etc.
+       (Trac #2545, git 792c129a0785c73dd28fd96a8f1439fe6534a3f1)
+
 539.   [func]          stephen
        Add logging to the DHCP server library.
        (Trac #2524, git b55b8b6686cc80eed41793c53d1779f4de3e9e3c)