This a hook for the Kea DHCP server that allows to run an external script at various points in the processing of DHCP requests and responses.

Baptiste Jonglez 1a3f0f6a3a Extract relevant information for pkt4_receive hook point 7 years ago
src 1a3f0f6a3a Extract relevant information for pkt4_receive hook point 7 years ago
.gitignore 5debad2e00 Add gitignore 7 years ago
Makefile 405d040514 Simplify parsing of script name 7 years ago
README.md 663ce1834b Add TODO 7 years ago

README.md

TODO

  • handle all hook points
  • extract all relevant information for each hook point
  • document environment variables
  • allow to configure which hook points will trigger the script
  • take into account the return code of the script to set the status of the callout.
  • add proper logging (WIP)