]> git.ipfire.org Git - thirdparty/kea.git/commit
[#1307] kea-dhcp6 supports parked-packet-limit
authorThomas Markwalder <tmark@isc.org>
Fri, 3 Sep 2021 18:44:53 +0000 (14:44 -0400)
committerThomas Markwalder <tmark@isc.org>
Fri, 17 Sep 2021 15:10:34 +0000 (11:10 -0400)
commitc9f19c5322d70cf49f136d00f5953dd1017ab1e9
treea53f5ef7fe91ed4f4c66d19d89de545e7a8e28d4
parent9e3ad66c13bfb70b6a4510c43e05cbbdbbc9c05b
[#1307] kea-dhcp6 supports parked-packet-limit

src/bin/dhcp6/dhcp6_lexer.ll
src/bin/dhcp6/dhcp6_parser.yy
src/bin/dhcp6/json_config_parser.cc
src/lib/dhcpsrv/parsers/simple_parser6.cc
doc/examples/kea6/all-keys.json
    Added parked-packet-limit

src/bin/dhcp6/dhcp6_messages.*
    DHCP6_HOOK_LEASES6_PARKING_LOT_FULL

src/bin/dhcp6/dhcp6_srv.cc
    Dhcpv6Srv::processDhcp6Query() - drops the packet if the parking
    lot is full

src/bin/dhcp6/tests/get_config_unittest.cc
    updated
15 files changed:
doc/examples/kea4/all-keys.json
doc/examples/kea6/all-keys.json
src/bin/dhcp6/dhcp6_lexer.cc
src/bin/dhcp6/dhcp6_lexer.ll
src/bin/dhcp6/dhcp6_messages.cc
src/bin/dhcp6/dhcp6_messages.h
src/bin/dhcp6/dhcp6_messages.mes
src/bin/dhcp6/dhcp6_parser.cc
src/bin/dhcp6/dhcp6_parser.h
src/bin/dhcp6/dhcp6_parser.yy
src/bin/dhcp6/dhcp6_srv.cc
src/bin/dhcp6/json_config_parser.cc
src/bin/dhcp6/location.hh
src/bin/dhcp6/tests/get_config_unittest.cc
src/lib/dhcpsrv/parsers/simple_parser6.cc