]> git.ipfire.org Git - thirdparty/kea.git/commit
[3341] Allow b10-dchp-ddns to optionally support updates in a given direction
authorThomas Markwalder <tmark@isc.org>
Mon, 17 Feb 2014 15:47:06 +0000 (10:47 -0500)
committerThomas Markwalder <tmark@isc.org>
Mon, 17 Feb 2014 15:47:06 +0000 (10:47 -0500)
commitd1aaf04e15357b2e6198bb3e1c00a0ef5ae67ff0
tree82e720642a81bb145c02482968529df8b4f03195
parentfe7ae0a7b3eca38b81779b9cad22161e4bcf1d26
[3341] Allow b10-dchp-ddns to optionally support updates in a given direction

Added methods to D2CfgMgr to return whether or not forward or reverse
updates are enabled. Altered D2UpdateMgr::makeTransaction to utlilize
these new methods. Added additional logs and unittests.
src/bin/d2/d2_cfg_mgr.cc
src/bin/d2/d2_cfg_mgr.h
src/bin/d2/d2_messages.mes
src/bin/d2/d2_update_mgr.cc
src/bin/d2/d2_update_mgr.h
src/bin/d2/tests/d2_cfg_mgr_unittests.cc
src/bin/d2/tests/d2_update_mgr_unittests.cc