]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added ChangeLog entry for #2313.
authorMarcin Siodelski <marcin@isc.org>
Wed, 9 Jan 2013 09:11:44 +0000 (10:11 +0100)
committerMarcin Siodelski <marcin@isc.org>
Wed, 9 Jan 2013 09:11:44 +0000 (10:11 +0100)
ChangeLog

index 0a057a116e5a940b8321127a0ce35668c707c973..5f2af46191ad01f5df6107c9b489f48a87165d74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+542.   [func]          marcin
+       Created OptionSpace and OptionSpace6 classes to represent DHCP
+       option spaces. The option spaces are used to group instances
+       and definitions of options having uniqe codes. A special type
+       of option space is the so-called "vendor specific option space"
+       which groups sub-options sent within Vendor Encapsulated Options.
+       The new classes are not used yet but they will be used once
+       the creation of option spaces by configuration manager is
+       implemented.
+       (Trac #2313, git 37a27e19be874725ea3d560065e5591a845daa89)
+
 541.   [func]          marcin
        Added routines to search for configured DHCP options and their
        definitions using name of the option space they belong to.