]> git.ipfire.org Git - thirdparty/kea.git/commit
[#2707] parseAnswer() cleaned up
authorTomek Mrugalski <tomek@isc.org>
Thu, 22 Jun 2023 10:48:50 +0000 (12:48 +0200)
committerTomek Mrugalski <tomek@isc.org>
Thu, 22 Jun 2023 14:23:38 +0000 (16:23 +0200)
commitaadbff39abbf5efe57381f04a27fdd5e81ffc88c
treedab1fc4472ecd159c1147b19e103830d7dd176a6
parent6e99746783c6189c0152544426af9e0bade4da0a
[#2707] parseAnswer() cleaned up

 There are now two versions of this func:
  - parseAnswer() - returns parameters (if present) or text
  - parseanswerText() - return text status

 Previously they were both bundled into one parseAnswer()
src/bin/dhcp4/tests/config_backend_unittest.cc
src/bin/dhcp4/tests/config_parser_unittest.cc
src/bin/dhcp4/tests/dhcp4_test_utils.cc
src/bin/dhcp6/tests/config_backend_unittest.cc
src/bin/dhcp6/tests/config_parser_unittest.cc
src/lib/cc/command_interpreter.cc
src/lib/cc/command_interpreter.h
src/lib/cc/tests/command_interpreter_unittests.cc