]> git.ipfire.org Git - thirdparty/kea.git/commit
[4096] ClientClassDef now stores CfgOption not OptionCollection
authorThomas Markwalder <tmark@isc.org>
Fri, 13 Nov 2015 15:16:11 +0000 (10:16 -0500)
committerThomas Markwalder <tmark@isc.org>
Fri, 13 Nov 2015 15:16:11 +0000 (10:16 -0500)
commitceda1e2cd9f585f96d679002f963194f742f6b42
tree30b95cdc878926a168211e87f8851a7777f2686d
parentec133bf6ece93d840b51659d687ce692917d1585
[4096] ClientClassDef now stores CfgOption not OptionCollection

The initial choice for storing options as an OptionCollection
in the ClientClassDef was incorrect.  They are now stored within
a CfgOption which is symmetrical with how they are stored globally
and in subnets.
src/lib/dhcpsrv/client_class_def.cc
src/lib/dhcpsrv/client_class_def.h
src/lib/dhcpsrv/tests/client_class_def_unittest.cc