]> git.ipfire.org Git - thirdparty/kea.git/commit
[#3949] Do not add suffix to qualifed host names
authorThomas Markwalder <tmark@isc.org>
Wed, 30 Jul 2025 13:35:16 +0000 (09:35 -0400)
committerThomas Markwalder <tmark@isc.org>
Mon, 4 Aug 2025 13:03:29 +0000 (13:03 +0000)
commit05159da1080ff57f0d09c7a4987a875aa394c6de
treec14b0a5957ed6855a9c55a35f41f734185c233dd
parentcc5a3e30c869ee68e5b4dab89dbc0755be088f5d
[#3949] Do not add suffix to qualifed host names

/src/bin/dhcp4/tests/host_unittest.cc
/src/bin/dhcp6/tests/host_unittest.cc
    Updated tests

/src/lib/dhcpsrv/d2_client_mgr.cc
    D2ClientMgr::qualifyName() - don't add suffix to
    names that end with a dot.

/src/lib/dhcpsrv/d2_client_mgr.h
    D2ClientMgr::adjustDomainName() - strip trailing dots
    from T::PARTIAL FQDNs before calling qualifyName()

/src/lib/dhcpsrv/tests/d2_client_unittest.cc
    TEST_F(D2ClientMgrParamsTest, qualifyName) - updated
changelog_unreleased/3949-ddns-qualifying-suffix-added-to-fqdn-reservations-with-different-suffixes [new file with mode: 0644]
src/bin/dhcp4/tests/host_unittest.cc
src/bin/dhcp6/tests/host_unittest.cc
src/lib/dhcpsrv/d2_client_mgr.cc
src/lib/dhcpsrv/d2_client_mgr.h
src/lib/dhcpsrv/tests/d2_client_unittest.cc