]> git.ipfire.org Git - thirdparty/kea.git/commit
[5033] - kea-dhcp6 now uses new D2ClientConfigParser
authorThomas Markwalder <tmark@isc.org>
Wed, 11 Jan 2017 20:22:30 +0000 (15:22 -0500)
committerThomas Markwalder <tmark@isc.org>
Wed, 11 Jan 2017 20:22:30 +0000 (15:22 -0500)
commit9b20235ebf98aca3669d622260b510a622e8b2d4
treef61717532625925e6260335e1963371953d56c81
parent85640c193b72e7ebfc27d453c38038863f31dc80
[5033] - kea-dhcp6 now uses new D2ClientConfigParser

    src/bin/dhcp6/json_config_parser.cc
        createGlobalDhcp6ConfigParser()
        - added clause to invoke new D2ClientConfigParser to
        set staging config
        - added clause to apply staged D2ClientConfig (formerly done
        by parser commit

    src/bin/dhcp6/parser_context.h
    src/bin/dhcp6/parser_context.cc
        aded PARSER_DHCP_DDNS context

    src/bin/dhcp4/simple_parser6.h
    src/bin/dhcp4/simple_parser6.cc
        defined SimpleParser6::D2_CLIENT_CONFIG_DEFAULTS
        SimpleParser6::setAllDefaults() - now sets defaults
        for D2ClientConfig

    src/bin/dhcp6/tests/d2_unittest.cc
    src/bin/dhcp6/tests/fqdn_unittest.cc
        Updated replace-name-mode values and tests
        (true/false no longer supported)

    doc/guide/dhcp6-srv.xml
        Updated, replace-client-name no longer accepts booleans
doc/guide/dhcp6-srv.xml
src/bin/dhcp4/json_config_parser.cc
src/bin/dhcp4/tests/fqdn_unittest.cc
src/bin/dhcp6/json_config_parser.cc
src/bin/dhcp6/parser_context.cc
src/bin/dhcp6/parser_context.h
src/bin/dhcp6/simple_parser6.cc
src/bin/dhcp6/simple_parser6.h
src/bin/dhcp6/tests/d2_unittest.cc
src/bin/dhcp6/tests/fqdn_unittest.cc