2025-01-04 22:28:45 +00:00
2024-12-22 23:01:30 +00:00
2025-01-04 22:28:45 +00:00
2024-12-22 22:47:15 +00:00
2024-12-22 22:47:15 +00:00
2024-12-22 23:01:30 +00:00
2024-12-23 19:55:21 +00:00

DHCP Lease Monitor for OpenBSD (written in Rust)

This is a daemon that monitors any lease changes for the specified interfaces. When a change happens it then calls a script located in /etc/dhcpleasemon. The script name should be:

lease_trigger_<interface>

The script has access to the following environment variables:

  • $DHCP_IFACE -- interface name
  • $DHCP_IP_ROUTE -- default route for the interface
  • $DHCP_IP_ADDR -- IP address from the lease
Description
No description provided
Readme 53 KiB
Languages
Rust 97.8%
Shell 2.2%