summaryrefslogtreecommitdiffstats
path: root/src/bin/dhcp4/dhcp4_hooks.dox (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#1128] 1.7.4 pre prelease changesWlodek Wencel2020-02-251-1/+1
|
* [#1090] pkt4_send drop status now actually drops packetTomek Mrugalski2020-02-101-2/+3
|
* [596-add-a-hook-point-for-post-reconfiguration] Added cb[46]_updated hook pointsFrancis Dupont2019-11-251-1/+13
|
* [5470] Added network_state parameter to the dhcp4_srv_configured hook.Marcin Siodelski2018-03-221-1/+4
|
* [5457] Addressed review comments.Marcin Siodelski2018-01-301-3/+3
|
* [5457] typosFrancis Dupont2018-01-291-2/+2
|
* [5457] Documented new dhcp4_srv_configured and leases4_committed hooks.Marcin Siodelski2018-01-251-0/+48
|
* [5443] Changes after review (wordsmithing)Tomek Mrugalski2018-01-191-6/+6
|
* [5443] Checkpoint: proposed code for dhcp4, todo new tests and dhcp6 portFrancis Dupont2017-12-151-11/+13
|
* [5331] Extended hooks developer guide with section about control commands.Marcin Siodelski2017-10-121-2/+4
|
* [5111] Updated dhcp4/6 developer's hook point docThomas Markwalder2017-08-301-27/+11
| | | | | | | src/bin/dhcp4/dhcp4_hooks.dox src/bin/dhcp6/dhcp6_hooks.dox replace "control-command-received" with "command-processed"
* [5213] Last set-config -> config-setFrancis Dupont2017-04-181-1/+1
|
* [5132] Changes after review (comment #9):Tomek Mrugalski2017-04-031-1/+1
| | | | | | | | - new tests added - needed => required - spaced added where needed - CfgHosts::toElement6 updated -
* [5132] spellingFrancis Dupont2017-03-301-2/+2
|
* [5132] Developer's guide update for new hooksTomek Mrugalski2017-03-291-0/+16
|
* [5100] Addressed review comments.Marcin Siodelski2017-01-071-1/+5
| | | | | Also, added a test for testing the hook library modifying a received control command.
* [5100] Documented control_command_receive hook.Marcin Siodelski2017-01-041-1/+30
|
* [4299] General Developer's guide refresh.Tomek Mrugalski2016-09-191-3/+4
|
* [4497] Udated doxygen about copying retrieved options in hooks.Marcin Siodelski2016-07-081-0/+48
|
* [4481] Made query4 and query6 callout arguments uniformly availableThomas Markwalder2016-05-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
|
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
|
* Merge branch 'kea-fb2' of https://github.com./nchaigne/kea into pullreq8Tomek Mrugalski2015-11-301-1/+5
|\ | | | | | | | | # Conflicts: # src/bin/dhcp4/dhcp4_hooks.dox
| * Document the changeNicolas C2015-04-011-0/+3
| |
| * Add "query4" argument to hook point pkt4_sendNicolas C2015-04-011-2/+3
| | | | | | | | | | | | | | | | | | This allows the user hook library to perform correlation between the response packet about to be sent back and the corresponding query packet. (note: to be consistent, the same change should be applied to pkt6_send. I did not do it because I cannot test it).
* | [3988] Documentation updated.Tomek Mrugalski2015-10-211-1/+2
| |
* | [3988] lease{4,6}_recover hook implemented (with unit-tests)Tomek Mrugalski2015-10-211-0/+18
| |
* | [3986] Changes in comments after reviewTomek Mrugalski2015-10-141-1/+1
| |
* | [3986] spellingFrancis Dupont2015-10-091-4/+4
| |
* | [3986] lease4_decline hook documented.Tomek Mrugalski2015-10-071-0/+23
| |
* | [3499] bool skip flag replaced by enum status.Tomek Mrugalski2015-10-061-26/+29
| |
* | [3972] Renamed recycle-timer-wait-time to flush-reclaimed-timer-wait-time.Marcin Siodelski2015-09-301-2/+2
| |
* | [3972] Addressed review comments - minor nits.Marcin Siodelski2015-09-301-2/+4
| |
* | [3972] Lease reclamation routine executes the callouts.Marcin Siodelski2015-09-291-0/+28
| |
* | [3484] Further corrections to spelling and grammar in the documentationStephen Morris2015-07-141-6/+6
| |
* | [3484] Miscellanous editing changes during reviewStephen Morris2015-07-141-1/+1
| | | | | | | | | | Correction of typos/grammatical errors etc. Also included text in the contributors' section explaining why test-driven development is used.
* | [3484] Updated description of hooks for DHCPv4 and DHCPv6 server.Marcin Siodelski2015-07-071-64/+69
|/
* [3396] Developer's Guide update: BIND10 => KeaTomek Mrugalski2014-06-181-3/+3
|
* [2983] Changes after review:Tomek Mrugalski2013-08-231-30/+30
| | | | | | | | - hooks documentation updated - dhcp4 message logs updated - long lines wrapped in dhcp4_srv.cc - unit-test names now use camel notation - Pkt4::bufferOut_ renamed to buffer_out_
* [2983] Developer's Guide updated, ChangeLog proposal added.Tomek Mrugalski2013-08-211-0/+78
|
* [master] Merge branch 'trac2982'Stephen Morris2013-08-051-1/+1
| | | | | | Conflicts: doc/Doxyfile doc/devel/mainpage.dox
* [2994] Changes after review:Tomek Mrugalski2013-07-221-2/+2
| | | | | - missing header added - invalid reference to prefixes removed
* [2994] Added missing v4 hooks descriptionTomek Mrugalski2013-07-181-0/+138