]> git.ipfire.org Git - thirdparty/kea.git/commit
[4096] Added client class dictionary to SrvConfig
authorThomas Markwalder <tmark@isc.org>
Tue, 17 Nov 2015 15:53:05 +0000 (10:53 -0500)
committerThomas Markwalder <tmark@isc.org>
Tue, 17 Nov 2015 15:53:05 +0000 (10:53 -0500)
commit559c0a696a9b48f6601daa713bd39735c5265cf8
treeb41599211f8cfa43437674429a7729e8bfc8e9e4
parent87ed3316ecdcd0c152adeb4c83da818362715285
[4096] Added client class dictionary to SrvConfig

src/lib/dhcpsrv/parsers/client_class_def_parser.cc
    ClientClassDefListParser::commit() - pushes the newly built local
    dictionary to CfgMgr staging

src/lib/dhcpsrv/srv_config.h
src/lib/dhcpsrv/srv_config.cc
    Added client class dictionary member to SrvConfig

src/lib/dhcpsrv/tests/client_class_def_parser_unittest.cc
    TEST_F(ClientClassDefListParserTest, simpleValidList) - now
    verifies that ClientClassDefListParser::commit() pushes its
    local dictionary to CfgMgr staging.

src/lib/dhcpsrv/tests/srv_config_unittest.cc
    Added support to test new client class dictionary member
src/lib/dhcpsrv/parsers/client_class_def_parser.cc
src/lib/dhcpsrv/srv_config.cc
src/lib/dhcpsrv/srv_config.h
src/lib/dhcpsrv/tests/client_class_def_parser_unittest.cc
src/lib/dhcpsrv/tests/srv_config_unittest.cc