]> git.ipfire.org Git - thirdparty/kea.git/commit
[219-allow-an-option-value-to-be-set-from-an-expression] Checkpoint: wrote flex optio...
authorFrancis Dupont <fdupont@isc.org>
Tue, 1 Oct 2019 15:37:21 +0000 (17:37 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 25 Oct 2019 08:57:53 +0000 (10:57 +0200)
commit248b058afcedd8001c5fee6eaa5c2b1725afb5d6
tree944dae09b992c793f7720f0fe8c0baba7fa80a2c
parent6775f8a46609f2f7b4228b796866b598c93a7a5a
[219-allow-an-option-value-to-be-set-from-an-expression] Checkpoint: wrote flex option code, to do tests, to finish doc
19 files changed:
configure.ac
src/hooks/dhcp/Makefile.am
src/hooks/dhcp/flex_option/.gitignore [new file with mode: 0644]
src/hooks/dhcp/flex_option/Makefile.am [new file with mode: 0644]
src/hooks/dhcp/flex_option/flex_option.cc [new file with mode: 0644]
src/hooks/dhcp/flex_option/flex_option.dox [new file with mode: 0644]
src/hooks/dhcp/flex_option/flex_option.h [new file with mode: 0644]
src/hooks/dhcp/flex_option/flex_option_callouts.cc [new file with mode: 0644]
src/hooks/dhcp/flex_option/flex_option_log.cc [new file with mode: 0644]
src/hooks/dhcp/flex_option/flex_option_log.h [new file with mode: 0644]
src/hooks/dhcp/flex_option/flex_option_messages.cc [new file with mode: 0644]
src/hooks/dhcp/flex_option/flex_option_messages.h [new file with mode: 0644]
src/hooks/dhcp/flex_option/flex_option_messages.mes [new file with mode: 0644]
src/hooks/dhcp/flex_option/tests/.gitignore [new file with mode: 0644]
src/hooks/dhcp/flex_option/tests/Makefile.am [new file with mode: 0644]
src/hooks/dhcp/flex_option/tests/callout_unittests.cc [new file with mode: 0644]
src/hooks/dhcp/flex_option/tests/load_unload_unittests.cc [new file with mode: 0644]
src/hooks/dhcp/flex_option/tests/run_unittests.cc [new file with mode: 0644]
src/hooks/dhcp/flex_option/version.cc [new file with mode: 0644]