- 23 Oct, 2020 9 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- created new table with supported RAI suboptions - added RFCs 3011, 3993 - removed outdated reference do 1497 from limitations section
-
Tomek Mrugalski authored
-
- 22 Oct, 2020 26 commits
-
-
-
Tomek Mrugalski authored
-
-
-
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
-
-
Razvan Becheriu authored
-
Razvan Becheriu authored
-
Razvan Becheriu authored
- replaced all occurences to old_cltt and old_valid_lft in unittests - renamed syncInternalTimestamp to syncExistingLifetime and changed order of parameters - renamed updateInternalTimestamp to updateExistingLifetime - updated doxygen - added extra check for all occurences of deleteLease (either call EXPECT or ASSERT), and only use cast to void if explicitly specified - updated ChangeLog - updated old_cltt and old_valid_lft on fromElementCommon and added unittests - throw exception with different message on memfile with persitence disabled for easier debugging
-
Razvan Becheriu authored
-
Razvan Becheriu authored
-
Razvan Becheriu authored
-
Razvan Becheriu authored
-
Razvan Becheriu authored
-
Razvan Becheriu authored
-
Razvan Becheriu authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
- 21 Oct, 2020 5 commits
-
-
Thomas Markwalder authored
Regenerated parsers for kea-dhcp4/6 for !976 src/bin/dhcp4/dhcp4_lexer.cc src/bin/dhcp4/dhcp4_parser.cc src/bin/dhcp4/dhcp4_parser.h src/bin/dhcp4/location.hh src/bin/dhcp4/position.hh src/bin/dhcp4/stack.hh src/bin/dhcp6/dhcp6_lexer.cc src/bin/dhcp6/dhcp6_parser.cc src/bin/dhcp6/dhcp6_parser.h src/bin/dhcp6/location.hh src/bin/dhcp6/position.hh src/bin/dhcp6/stack.hh
-
Thomas Markwalder authored
doc/examples/kea4/all-keys.json doc/examples/kea6/all-keys.json doc/sphinx/arm/dhcp4-srv.rst doc/sphinx/arm/dhcp6-srv.rst src/lib/dhcpsrv/network.h src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc fixed typos
-
Thomas Markwalder authored
Added ddns-use-conflict-resolution doc to the ARM
-
Thomas Markwalder authored
Both servers parse and store ddns-use-conflict-resolution but do nothing with it. doc/examples/kea4/all-keys.json doc/examples/kea4/with-ddns.json doc/examples/kea6/all-keys.json doc/examples/kea6/with-ddns.json Added entries for ddns-use-conflict-resolution src/bin/dhcp4/dhcp4_lexer.ll src/bin/dhcp4/dhcp4_parser.yy src/bin/dhcp4/json_config_parser.cc src/bin/dhcp4/tests/get_config_unittest.cc Added support for ddns-use-conflict-resolution src/bin/dhcp4/tests/get_config_unittest.cc.skel Changed important calls to ASSERT_NO_THROW_LOG to ease debugging src/bin/dhcp6/dhcp6_lexer.ll src/bin/dhcp6/dhcp6_parser.yy src/bin/dhcp6/json_config_parser.cc src/bin/dhcp6/tests/get_config_unittest.cc Added support for ddns-use-conflict-resolution src/bin/dhcp6/tests/get_config_unittest.cc.skel Changed important calls to ASSERT_NO_THROW_LOG to ease debugging src/lib/dhcpsrv/parsers/base_network_parser.cc Fixed copy/paste error
-
Thomas Markwalder authored
src/lib/dhcpsrv/network.* Added Network::ddns_use_conflict_resolution_ src/lib/dhcpsrv/parsers/base_network_parser.cc src/lib/dhcpsrv/parsers/simple_parser4.cc src/lib/dhcpsrv/parsers/simple_parser6.cc Added "ddns-use-conflict-resolution" src/lib/dhcpsrv/srv_config.* Added DdnsParams::use_conflict_resolution_ src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc src/lib/dhcpsrv/tests/network_unittest.cc src/lib/dhcpsrv/tests/srv_config_unittest.cc Updated tests
-