- 23 Dec, 2014 8 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- eth0 => ethX in several examples - added @todo in Dhcp6Srv, getMAC() is now static - added @todo in CfgMACSource
-
Marcin Siodelski authored
-
Tomek Mrugalski authored
-
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
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- clarified that order in mac-sources is important - tweaked all examples to use eth9 rather than more common eth0
-
- 22 Dec, 2014 8 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Stephen Morris authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
One of the reservations is within the pool of dynamically allocated addresses. The example demonstrates that the server will not allocate this address dynamically and will only assign it to the client that has a reservation for it.
-
Marcin Siodelski authored
-
Stephen Morris authored
-
- 19 Dec, 2014 2 commits
-
-
Marcin Siodelski authored
-
Tomek Mrugalski authored
-
- 18 Dec, 2014 3 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 17 Dec, 2014 6 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
- 16 Dec, 2014 5 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
- 15 Dec, 2014 4 commits
-
-
Marcin Siodelski authored
-
Stephen Morris authored
Both Ubuntu and NetBSD builds fail because of what appears to be an error trying to the use "equal_range" method of one of the classes associated with the Boost multi-index container. The cause is uncertain - other systems build successfully, so the problem might no lie here, e.g. it could be in the compiler. This fix attempts to side-step the problem by modifying the affected files so as not to use this method.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
The new tests are implemented using the Dhcp4Client class. It has been found that the server returns DHCPNAK in response to DHCPDISCOVER which was wrong. Now, the server doesn't respond to DHCPDISCOVER if it can't find an address. As a result, a number of tests had to be fixed which relied on this invalid behavior.
-
- 11 Dec, 2014 4 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-