- 04 Mar, 2017 1 commit
-
-
Francis Dupont authored
-
- 24 Feb, 2017 1 commit
-
-
Tomek Mrugalski authored
This reverts commit 7f62f7f1. This is already covered in #5145.
-
- 23 Feb, 2017 1 commit
-
-
Tomek Mrugalski authored
-
- 11 Feb, 2017 1 commit
-
-
Francis Dupont authored
-
- 26 Jan, 2017 1 commit
-
-
Tomek Mrugalski authored
-
- 18 Jan, 2017 1 commit
-
-
Francis Dupont authored
-
- 17 Jan, 2017 1 commit
-
-
Tomek Mrugalski authored
-
- 16 Jan, 2017 1 commit
-
-
Francis Dupont authored
-
- 12 Jan, 2017 1 commit
-
-
Francis Dupont authored
-
- 11 Jan, 2017 1 commit
-
-
Thomas Markwalder authored
src/bin/dhcp4/json_config_parser.cc createGlobalDhcp4ConfigParser() - added clause to invoke new D2ClientConfigParser to set staging config - added clause to apply staged D2ClientConfig (formerly done by parser commit src/bin/dhcp4/parser_context.h src/bin/dhcp4/parser_context.cc aded PARSER_DHCP_DDNS context src/bin/dhcp4/simple_parser4.h src/bin/dhcp4/simple_parser4.cc defined SimpleParser4::D2_CLIENT_CONFIG_DEFAULTS SimpleParser4::setAllDefaults() - now sets defaults for D2ClientConfig src/bin/dhcp4/tests/d2_unittest.cc src/bin/dhcp4/tests/fqdn_unittest.cc Updated replace-name-mode values (true/false no longer supported) src/lib/dhcpsrv/parsers/dhcp_parsers.h src/lib/dhcpsrv/parsers/dhcp_parsers.cc D2ClientConfig now derives from SimpleParser src/lib/dhcpsrv/srv_config.h src/lib/dhcpsrv/srv_config.cc Added a D2ClientConfigPtr member to SrvConfig. src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc Updated tests to set D2 client config defaults doc/guide/dhcp4-srv.xml Updated, replace-client-name no longer accepts booleans
-
- 14 Dec, 2016 1 commit
-
-
Andrei Pavel authored
-
- 11 May, 2016 1 commit
-
-
Francis Dupont authored
-
- 26 Apr, 2016 1 commit
-
-
Marcin Siodelski authored
This change was suggested during a ticket review.
-
- 14 Apr, 2016 1 commit
-
-
Marcin Siodelski authored
-
- 01 Mar, 2016 1 commit
-
-
Marcin Siodelski authored
Addressed a couple of minor issues and added unit tests for switching between various lease database backends.
-
- 12 Jan, 2016 1 commit
-
-
Marcin Siodelski authored
In such case, the server will use a default configuration - memfile lease database backend.
-
- 16 Dec, 2015 1 commit
-
-
Marcin Siodelski authored
-
- 10 Dec, 2015 1 commit
-
-
Marcin Siodelski authored
This reverts commit 8f2a1f8a, reversing changes made to ed7edadc. This merge introduced regressions in our build farm and revealed issues in the DHCP4o6 IPC code. It also revealed some differences in sockets handling under Linux and BSD. Rather than continue patching this here, we should work on the branch to resolve all issues and then merge 1.1.
-
- 17 Nov, 2015 2 commits
-
-
Marcin Siodelski authored
-
Thomas Markwalder authored
src/lib/dhcpsrv/parsers/client_class_def_parser.cc ClientClassDefListParser::commit() - pushes the newly built local dictionary to CfgMgr staging src/lib/dhcpsrv/srv_config.h src/lib/dhcpsrv/srv_config.cc Added client class dictionary member to SrvConfig src/lib/dhcpsrv/tests/client_class_def_parser_unittest.cc TEST_F(ClientClassDefListParserTest, simpleValidList) - now verifies that ClientClassDefListParser::commit() pushes its local dictionary to CfgMgr staging. src/lib/dhcpsrv/tests/srv_config_unittest.cc Added support to test new client class dictionary member
-
- 31 Oct, 2015 1 commit
-
-
Francis Dupont authored
-
- 02 Oct, 2015 1 commit
-
-
Marcin Siodelski authored
-
- 02 Sep, 2015 1 commit
-
-
Tomek Mrugalski authored
- commitGlobalParameters renamed to setGlobalParameters - const added - Comments updated
-
- 21 Aug, 2015 1 commit
-
-
Tomek Mrugalski authored
-
- 20 Aug, 2015 1 commit
-
-
Tomek Mrugalski authored
-
- 17 Jun, 2015 1 commit
-
-
Shawn Routhier authored
Using the v4 changes as a guide (3798) add statistics for subnets for v6. The four stats are total addresses and addresses used for both NA and PD.
-
- 15 Jun, 2015 1 commit
-
-
Tomek Mrugalski authored
- {update,remove}Statistics moved from CfgMgr to SrvConfig,CfgSubnets4
-
- 10 Jun, 2015 1 commit
-
-
Tomek Mrugalski authored
-
- 17 Mar, 2015 2 commits
-
-
Shawn Routhier authored
-
Marcin Siodelski authored
-
- 20 Feb, 2015 1 commit
-
-
Francis Dupont authored
-
- 10 Feb, 2015 1 commit
-
-
Marcin Siodelski authored
-
- 23 Dec, 2014 1 commit
-
-
Tomek Mrugalski authored
- Moved MAC operations to a new CfgMACSource class - Moved macros to HWaddr class - Added several unit-tests for MAC sources - MAC extraction code moved to separate function in Dhcpv6Srv
-
- 16 Dec, 2014 1 commit
-
-
Tomek Mrugalski authored
-
- 30 Oct, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 27 Oct, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 21 Oct, 2014 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 30 Sep, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 17 Sep, 2014 1 commit
-
-
Marcin Siodelski authored
The modifications to the staging configuration are performed on the pointer returned by getCfgOptionDef.
-