]> git.ipfire.org Git - thirdparty/kea.git/commit
[5705] kea-dhcp4 now fully supports globl HRs
authorThomas Markwalder <tmark@isc.org>
Fri, 10 Aug 2018 17:48:30 +0000 (13:48 -0400)
committerThomas Markwalder <tmark@isc.org>
Tue, 14 Aug 2018 13:43:04 +0000 (09:43 -0400)
commit4f8db6c61e162c610fe0da5ebcdd09ed31ee615e
tree94e3580501c1733011d14f28e4ed2e596a70a20f
parente46618e63aaf9adaeaa506254534c48e6e2fe77c
[5705] kea-dhcp4 now fully supports globl HRs

src/bin/dhcp4/dhcp4_lexer.ll
src/bin/dhcp4/dhcp4_parser.yy
    Added support for HR_GLOBAL mode

src/bin/dhcp4/tests/dhcp4_test_utils.cc
    Minor modifications to output exception and config text
    when parsing fails.

src/bin/dhcp4/tests/host_unittest.cc
    New tests to make sure reservation matching behaves
    according to reservation modes

src/lib/dhcpsrv/network.cc
src/lib/dhcpsrv/parsers/dhcp_parsers.cc
    Adding missed bits needed to parse HR_GLOBAL mode
src/bin/dhcp4/dhcp4_lexer.cc
src/bin/dhcp4/dhcp4_lexer.ll
src/bin/dhcp4/dhcp4_parser.cc
src/bin/dhcp4/dhcp4_parser.h
src/bin/dhcp4/dhcp4_parser.yy
src/bin/dhcp4/tests/dhcp4_test_utils.cc
src/bin/dhcp4/tests/get_config_unittest.cc
src/bin/dhcp4/tests/host_unittest.cc
src/lib/dhcpsrv/network.cc
src/lib/dhcpsrv/parsers/dhcp_parsers.cc