I need to interact with the DHCP client from user space. It appears I can use dhcpctl, however the man pages say that dhcpctl is for the server deamon while the ISC documentation suggests it can control the client as well. What I need to do is get a callback when a lease has been acquired and be able to release or renew the lease from user space. Any examples or suggestions would be greatly appreciated.