]> git.ipfire.org Git - thirdparty/kea.git/commit
[#2536] Implementing DNRv4 Option
authorPiotrek Zadroga <piotrek@isc.org>
Tue, 18 Apr 2023 17:59:51 +0000 (19:59 +0200)
committerPiotrek Zadroga <piotrek@isc.org>
Thu, 4 May 2023 21:17:18 +0000 (23:17 +0200)
commitd999c8efac267966f1312711fa7f2d04e4fee000
tree0c64cd9eacf2e11df0358144899bfe13258bdad8
parent52bcae886e3df72c0b033c5023c5022fd9966fef
[#2536] Implementing DNRv4 Option
src/lib/dhcp/Makefile.am
src/lib/dhcp/option4_dnr.cc [new file with mode: 0644]
src/lib/dhcp/option4_dnr.h [moved from src/lib/dhcp/option_dnr.h with 58% similarity]
src/lib/dhcp/option6_dnr.cc [new file with mode: 0644]
src/lib/dhcp/option6_dnr.h [new file with mode: 0644]
src/lib/dhcp/option_definition.cc
src/lib/dhcp/option_dnr.cc [deleted file]
src/lib/dhcp/tests/option_dnr_unittest.cc