- 14 Oct, 2014 3 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 13 Oct, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 10 Oct, 2014 2 commits
-
-
Marcin Siodelski authored
Also, added documentation to the Host class.
-
Marcin Siodelski authored
-
- 08 Oct, 2014 4 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Marcin Siodelski authored
-
Wlodzimierz Wencel authored
-
- 07 Oct, 2014 1 commit
-
-
Tomek Mrugalski authored
- clarified that returned offset refers to last successfully parsed option - unpackOptions6() now returns proper offset if vendor-option is truncated
-
- 06 Oct, 2014 5 commits
-
-
Tomek Mrugalski authored
- duplicate warning removed. - unpackVendorOptions4 now returns proper offset when option is truncated
-
Tomek Mrugalski authored
- (offset - 4) explained better - Modified Dhcpv6Srv::unpackOptions() - setHWAddrMember() mac_addr renamed (this time for real) - Commented out unused variables - RelayInfo now uses DEFAULT_ADDRESS6 in ctor - LibDHCP::unpackOptions6 and callback now used uniformly - Clarified that ERO is Echo Request Option (RFC4994) - unpackOptions4 in libdhcp and Dhcp4Srv no longer throw when truncated option is received.
-
Marcin Siodelski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- Pkt4, Pkt6 classes now have descriptions - Many descriptions updated in Pkt class - Pkt::addOption() moved back to Pkt (from Pkt6) - DEFAULT_ADDRESS{,6} are now in private namespace. - copyright updated
-
- 03 Oct, 2014 2 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
- 02 Oct, 2014 1 commit
-
-
Tomek Mrugalski authored
-
- 30 Sep, 2014 3 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Marcin Siodelski authored
-
- 26 Sep, 2014 3 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Nicolas C authored
Perfdhcp can be used with option -l to specify the local address to be used. However, when this option is used on a secondary address of an interface, this doesn't work correctly. The packets are sent with: - giaddr = adresse specified (correct) - source ip address = the interface primary IP address Here is a patch that correctly sets the source IP address before sending the packet. This allows to launch multiple perfdhcp processes at the same time, sharing the same interface but each using a distinct IP address.
-
- 25 Sep, 2014 3 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
- 24 Sep, 2014 1 commit
-
-
Tomek Mrugalski authored
-
- 23 Sep, 2014 5 commits
-
-
Tomek Mrugalski authored
- ChangeLog updated - applyDefaultConfiguration() removed - couple unit-tests renamed - comments added for code that uses TEST_DATA_TOPBUILDDIR - copyright years updated - one function moved: logger_unittest_support.cc => logger_support.cc
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- Logging section updated. - Missing coma in kea.conf.pre added - ${localstatedir}/log is now created
-
- 18 Sep, 2014 1 commit
-
-
Tomek Mrugalski authored
-
- 17 Sep, 2014 2 commits
-
-
Francis Dupont authored
-
Marcin Siodelski authored
The modifications to the staging configuration are performed on the pointer returned by getCfgOptionDef.
-
- 16 Sep, 2014 3 commits
-
-
Marcin Siodelski authored
-
Tomek Mrugalski authored
-
Marcin Siodelski authored
-