]> git.ipfire.org Git - thirdparty/kea.git/commit
[#35,!517] Added getDdnsParams() to AllocEngine::ClientContext4/6
authorThomas Markwalder <tmark@isc.org>
Thu, 3 Oct 2019 18:19:33 +0000 (14:19 -0400)
committerThomas Markwalder <tmark@isc.org>
Thu, 10 Oct 2019 12:32:44 +0000 (08:32 -0400)
commit77cfe4bc798050085851a3f141ae7573154416e3
tree198fabbe72b60dde061e9f493c9aa119e7ad91b8
parent6d6a3eed522f80ef7a691ac9f11975d396a3c454
[#35,!517] Added getDdnsParams() to AllocEngine::ClientContext4/6

src/lib/dhcpsrv/alloc_engine.*
    AllocEngine::ClientContext6::getDdnsParams()
    AllocEngine::ClientContext4::getDdnsParams() - new
    methods which return a DdnsParams instance scoped by
    currently selected subnet

    Replaced direct references to context::ddns_params_ with
    new getter methods.

src/lib/dhcpsrv/parsers/simple_parser4.cc
src/lib/dhcpsrv/parsers/simple_parser6.cc
    Removed global defaults for hostname-char-set/replacement
src/lib/dhcpsrv/alloc_engine.cc
src/lib/dhcpsrv/alloc_engine.h
src/lib/dhcpsrv/parsers/simple_parser4.cc
src/lib/dhcpsrv/parsers/simple_parser6.cc
src/lib/dhcpsrv/srv_config.cc