dhcppython
dhcppython copied to clipboard
Pure Python library for parsing and manipulating DHCP packets
The various sockets are not closed when the `dhcppython.client.DHCPClient` is deleted, which leads to future `DCHPClient` objects not being able to obtain leases since the replies are delivered to the...
Sample output running the client on linux-aarch64-raspi: ``` DEBUG:root: Creating socket to receiving data, binding to ('', 67) INFO:root: Binding to wlan0 INFO:root: Bound DEBUG:root: Creating socket to send data,...
For our DHCP testing tool using DHCPClient class I have added sending DHCPRELEASE and DHCPINFORM. I also changed handling of Option82 suboptions Circuit_ID and Remote_ID which we are used regularly...