niccokunzmann / python_dhcp_server

a dhcp server in python
MIT License
89 stars 32 forks source link

Show assigned IP addresses even if no reply comes #1

Closed niccokunzmann closed 8 years ago

niccokunzmann commented 9 years ago

Some DHCP clients take the IP address but they never tell -> introduce an "Maybe" entry that shows that.

niccokunzmann commented 8 years ago

Done: all entries in the csv file are shown.