- 16 May, 2015 1 commit
-
-
Francis Dupont authored
-
- 05 May, 2015 1 commit
-
-
Marcin Siodelski authored
-
- 14 Feb, 2015 1 commit
-
-
Francis Dupont authored
-
- 06 Feb, 2015 1 commit
-
-
Marcin Siodelski authored
The interface-config map will hold the "interfaces" list which used to be a global parameter. The new configuration layout is incompatible with a previous layout.
-
- 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
-
- 26 Nov, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 05 Nov, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 04 Nov, 2014 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Also added some more unit tests for csv-format parameter.
-
- 03 Nov, 2014 1 commit
-
-
Marcin Siodelski authored
Also, changed internals of the OptionDataParser: - option parameters are validated in distnict functions to make code more readable - option data values are optional
-
- 30 Oct, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 21 Oct, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 15 Oct, 2014 1 commit
-
-
Tomek Mrugalski authored
-
- 30 Sep, 2014 3 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 16 Sep, 2014 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 15 Sep, 2014 1 commit
-
-
Marcin Siodelski authored
This change affects many files using the Configuration object and types derived from it.
-
- 12 Sep, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 29 Aug, 2014 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 27 Aug, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 26 Aug, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 20 Aug, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 15 May, 2014 2 commits
-
-
Marcin Siodelski authored
Removed unused template parameter from functions in dhcp_parsers test.
-
Marcin Siodelski authored
The unit test didn't correctly check that the configuration file name hasn't changed when the configuration context was copied.
-
- 28 Apr, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 25 Apr, 2014 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 23 Apr, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 17 Apr, 2014 2 commits
-
-
Thomas Markwalder authored
Added checks in D2ClientCfg to make user server and sender ip values are the same family, and that the server ip/port is not exactly the same as the sender ip/port.
-
Thomas Markwalder authored
Adding new members to D2ClientConfig - sender_ip - sender_port - max_queue_size Modified D2ClientConfigParser to parse the new values Modified D2ClientMgr to make use of the new values Updated the appropriate unittests
-
- 13 Mar, 2014 1 commit
-
-
Thomas Markwalder authored
Added the constant D2ClientConfig::DFT_ALWAYS_INCLUDE_FQDN
-
- 12 Mar, 2014 1 commit
-
-
Thomas Markwalder authored
Added a method to ValueType<> template, getOptionalParam. Defined constants for dhcp-ddns default values in D2ClientConfig. D2ClientConfigParser uses these in conjuction with calls to ValueType<>getOptionalParam() to ensure all the parameters needed have values. Modifed unit tests accordingly.
-
- 07 Feb, 2014 1 commit
-
-
Tomek Mrugalski authored
- RelayInfoParser now takes Option::Universe as last parameter; - Extra tests for checking invalid parameters in RelayInfoParser - Comments in subnet.h improved - Sanity checks in RelayInfoParser implemented, doc improved
-
- 31 Jan, 2014 1 commit
-
-
Tomek Mrugalski authored
-
- 29 Jan, 2014 1 commit
-
-
Thomas Markwalder authored
Most notable change is the removeal of the remove-on-renew configuration parameter. Other changes were to commentary or minor code improvements.
-
- 20 Jan, 2014 1 commit
-
-
Thomas Markwalder authored
D2CLientConfigParser now supports parsing all parameters even if enable-updates is false. This allows values like generated-prefix and qualifying-suffix to be used even if udpates are turned off. The parser still supports an abbreviated dhcp-ddns entry that has only enable-updates defined as false.
-