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 efc8d1596b Update TODO list 7 years ago
src 03e72fcc5d Add all missing DHCPv4 hooks 7 years ago
.gitignore b510a2dc85 Makefile: handle dependencies automatically 7 years ago
Makefile b510a2dc85 Makefile: handle dependencies automatically 7 years ago
README.md efc8d1596b Update TODO list 7 years ago

README.md

TODO

  • handle DHCPv6 hook points
  • ask for a new lease_expired hook point
  • document environment variables
  • change some variables from integer to their textual representation (e.g. QUERY4_TYPE=3QUERY4_TYPE=DHCPREQUEST)
  • 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.