- 19 May, 2016 1 commit
-
-
Tomek Mrugalski authored
-
- 13 May, 2016 3 commits
-
-
Thomas Markwalder authored
-
Thomas Markwalder authored
Merge branch 'trac4481'
-
Thomas Markwalder authored
-
- 12 May, 2016 1 commit
-
-
Stephen Morris authored
-
- 11 May, 2016 4 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
-
Thomas Markwalder authored
The client packet is now uniformly available to all client packet driven callouts for both v4 and v6: Added "query4" to lease4_select and lease4_renew src/bin/dhcp4/dhcp4_hooks.dox Added query4 argument to lease4_select and lease4_renew documentation src/bin/dhcp4/tests/hooks_unittest.cc Revamped to track both query4 and response4 arguments TEST_F(HooksDhcpv4SrvTest, lease4RenewSimple) - modified to verify query4 set by lease4_renew callout src/lib/dhcpsrv/alloc_engine.cc - AllocEngine::createLease4() - AllocEngine::reuseExpiredLease4() - modified to add query4 to lease4_select callout arguments - AllocEngine::renewLease4() - modified to add query4 to lease4_renew callout arguments src/lib/dhcpsrv/tests/alloc_engine_hooks_unittest.cc HookAllocEngine4Test() - modified to track query4 argument TEST_F(HookAllocEngine4Test, lease4_select) - modified to verify query4 callout argument Added "query6" to pkt6_send and lease6_select src/bin/dhcp6/dhcp6_hooks.dox Added query6 argument to pkt6_send and lease6_select documentation src/bin/dhcp6/dhcp6_srv.cc Dhcpv6Srv::processPacket(Pkt6Ptr& query, Pkt6Ptr& rsp) - modified to add query6 to the pkt_send callout arguments src/bin/dhcp6/tests/hooks_unittest.cc Revamped to track both query4 and response4 arguments TEST_F(HooksDhcpv6SrvTest, simplePkt6Send) - modified to verify query6 set by pkt6_send callout src/lib/dhcpsrv/alloc_engine.cc - AllocEngine::createLease4() - AllocEngine::reuseExpiredLease6() - modified to add query6 to lease6_select callout arguments callout arguments src/lib/dhcpsrv/tests/alloc_engine_hooks_unittest.cc HookAllocEngine6Test() - modified to track query6 argument TEST_F(HookAllocEngine6Test, lease4_select) - modified to verify query6 argument
-
Tomek Mrugalski authored
-
- 10 May, 2016 5 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Stephen Morris authored
One compiler was objecting to placing the address of a size_t variable into a variable declared as "unsigned long*". Changing the declaration from "size_t" to "unsigned long" fixes the problem.
-
Tomek Mrugalski authored
- check for address being :: updated
-
- 09 May, 2016 4 commits
-
-
Thomas Markwalder authored
-
Thomas Markwalder authored
HooksManager::loadLibraries() call now requires LibraryCollection as parameter
-
Thomas Markwalder authored
Merge branch 'trac4492'
-
Thomas Markwalder authored
src/bin/dhcp4/tests/hooks_unittest.cc src/bin/dhcp6/tests/hooks_unittest.cc Fixed includes, copyright, and removed unnecessary calls to IfaceMgr::instance().deleteAllExternalSockets();
-
- 06 May, 2016 1 commit
-
-
Thomas Markwalder authored
src/bin/dhcp4/tests/hooks_unittest.cc TEST_F(LoadUnloadDhcpv4SrvTest, unloadLibaries) - new test that verifies Hooks libraries are unloaded by the Dhcpv4Srv destructor src/bin/dhcp6/tests/hooks_unittest.cc TEST_F(LoadUnloadDhcpv6SrvTest, unloadLibaries) - new test that verifies Hooks libraries are unloaded by the Dhcpv4Srv destructor
-
- 05 May, 2016 3 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
Thanks to wpk for reporting this issue.
-
Tomek Mrugalski authored
-
- 04 May, 2016 3 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 02 May, 2016 6 commits
-
-
Marcin Siodelski authored
Presented rate is now the number of ACK/Reply messages, rather than DO/SA.
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Marcin Siodelski authored
The extended test verifies that the stats manager is still usable after some packets have been collected.
-
Marcin Siodelski authored
When the perfdhcp performs unordered packet lookup within a bucket of sent packets, it will remove all timed out transactions.
-
Marcin Siodelski authored
This is to eliminate some of the recently found covertity isssues. Reviewed on jabber.
-
- 29 Apr, 2016 1 commit
-
-
Thomas Markwalder authored
A call to HooksManager::getHooksManager().unloadLibraries() was added to the destructors Dhcpv4Srv::~Dhcpv4Srv() and Dhcpv6Srv::~Dhcpv6Srv(). This ensures hook libraries are unloaded prior to static objects.
-
- 28 Apr, 2016 1 commit
-
-
Francis Dupont authored
-
- 27 Apr, 2016 7 commits
-
-
Marcin Siodelski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- returnining different values in callout_params_library.cc - returned values are now described for getParameter - corrected index syntax comment in getParameter - added missing include - hooks_user.dox updated - hooks unit test moved, so it is now next to other hooks tests
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
- No additional check for HR mode in findReservations - Additional commentary in the loop collecting host ids.
-
Thomas Markwalder authored
-