- 10 May, 2019 2 commits
-
-
Francis Dupont authored
[509-improve-disabling-client-id] [509-improve-disabling-client-id-] Improved client-id lookup by code
-
Francis Dupont authored
[587-radius-host-cache-do-not-work] Re-add host cache in createManagers which is called after hook loads
-
- 02 May, 2019 2 commits
-
-
Thomas Markwalder authored
-
Thomas Markwalder authored
-
- 01 May, 2019 1 commit
-
-
Thomas Markwalder authored
src/lib/dhcpsrv/sanity_checker.* SanityChecker::checkLease(Lease6Ptr& lease, bool current) - now simply returns if lease type is TYPE_PD. src/lib/dhcpsrv/tests/lease_file_loader_unittest.cc TEST_F(LeaseFileLoaderTest, sanityChecker6PD) - new test to verify PD leases are not sanity checked ChangeLog - added proposed entry
-
- 29 Apr, 2019 7 commits
-
-
Tomek Mrugalski authored
-
-
-
-
-
-
-
- 26 Apr, 2019 9 commits
-
-
Thomas Markwalder authored
-
-
Thomas Markwalder authored
T2 may now be specified as any value >= 0, T1 must be less than T2. This allows both values to exceed the valid life time.
-
Thomas Markwalder authored
doc/guide/dhcp6-srv.xml Updated to reflect the use to preferred life time vs valid life time src/bin/dhcp6/dhcp6_srv.* Updated to use preferred lease time for tee time calculation Dhcpv6Srv::setTeeTimes() - updated to allow values to less than or equal, rathe than the just less than src/bin/dhcp6/tests/dhcp6_srv_unittest.cc src/bin/dhcp6/tests/hooks_unittest.cc src/bin/dhcp6/tests/tee_times_unittest.cc updated unit tests accordingly
-
Thomas Markwalder authored
-
Thomas Markwalder authored
ChangeLog - added proposed entry doc/guide/dhcp6-srv.xml added section describing calculate-tee-times, t1-percent, t2-percent src/bin/dhcp6/dhcp6_lexer.cc src/bin/dhcp6/dhcp6_parser.cc src/bin/dhcp6/dhcp6_parser.h src/bin/dhcp6/dhcp6_parser.yy Added missing parameter declares and regenned parsers src/bin/dhcp6/tests/config_parser_unittest.cc Updated expected timer values src/bin/dhcp6/tests/get_config_unittest.cc Updated generated tests /src/bin/dhcp6/tests/simple_parser6_unittest.cc TEST_F(SimpleParser6Test, globalDefaults6) - updated test
-
Thomas Markwalder authored
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 added support for calculate-tee-times, t1-percent and t2-percent src/bin/dhcp6/tests/tee_times_unittest.cc - new file with tests for t1/t2 determination src/lib/dhcpsrv/parsers/dhcp_parsers.cc Subnet6ConfigParser::initSubnet() - added invocation of parseTeePercents() src/lib/dhcpsrv/tests/cfg_shared_networks6_unittest.cc updated tests src/lib/dhcpsrv/tests/cfg_subnets6_unittest.cc TEST(CfgSubnets6Test, teeTimePercentValidation) - new test
-
Thomas Markwalder authored
Server calcultates T1 & T2 when enabled. Does not include parser support for calculate-tee-times, t1-percent, or t2-percent src/bin/dhcp6/dhcp6_srv.* Dhcpv6Srv::setTeeTimes() - new method to calcualte T1 and T2 Dhcpv6Srv::assignIA_NA() Dhcpv6Srv::extendIA_NA() Dhcpv6Srv::assignIA_PD() Dhcpv6Srv::extendIA_NA() - modified to call setTeeTimes() src/bin/dhcp6/tests/dhcp6_srv_unittest.cc TEST_F(Dhcpv6SrvTest, calculateTeeTimers) - new test src/bin/dhcp6/tests/hooks_unittest.cc Removed overriding of Lease::t1_ and t2_ from tests
-
Marcin Siodelski authored
-
- 25 Apr, 2019 1 commit
-
-
Marcin Siodelski authored
-
- 23 Apr, 2019 1 commit
-
-
Marcin Siodelski authored
-
- 19 Apr, 2019 17 commits
-
-
Razvan Becheriu authored
-
-
-
-
Tomek Mrugalski authored
-
-
-
-
[465-add-subnet4-update-and-subnet6-update-commands-to-subnet-cmds-hook] Added missing tests and updated doc
-
[465-add-subnet4-update-and-subnet6-update-commands-to-subnet-cmds-hook] Added cfg_subnet replace -- unit test to do
-
-
[465-add-subnet4-update-and-subnet6-update-commands-to-subnet-cmds-hook] Added shared network replace(subnet) -- unit test to do
-
Razvan Becheriu authored
-
-
-
-
-