]> git.ipfire.org Git - thirdparty/kea.git/commit
[4498] Removed support for callback functions unpacking options.
authorMarcin Siodelski <marcin@isc.org>
Thu, 19 May 2016 11:48:56 +0000 (13:48 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 19 May 2016 11:48:56 +0000 (13:48 +0200)
commit24a243501da19965a437d83f398d5b3d3e405b52
treec59bb740b620aaa259de59f188d8a908a3d476ab
parent379fac4ae228b1fcbd43ce06cb7e9a5a618c465c
[4498] Removed support for callback functions unpacking options.

Previously we used callback functions to pass a pointer to the
server-side function unpacking options. Currently we register
runtime option definitions in libdhcp++, so the callback
functions are not necessary anymore.
src/lib/dhcp/option.cc
src/lib/dhcp/option.h
src/lib/dhcp/option_definition.cc
src/lib/dhcp/option_definition.h
src/lib/dhcp/pkt.h
src/lib/dhcp/pkt4.cc
src/lib/dhcp/pkt6.cc
src/lib/dhcp/tests/option_definition_unittest.cc
src/lib/dhcp/tests/option_unittest.cc
src/lib/dhcp/tests/pkt4_unittest.cc
src/lib/dhcp/tests/pkt6_unittest.cc