niccokunzmann / python_dhcp_server

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

Reuse oldest ip addresses #2

Closed niccokunzmann closed 8 years ago

niccokunzmann commented 9 years ago

If all 250 addresses were taken then there should not be a random selection but a selection that knows which entry was taken earliest and reassign that, removing the old entry from the database/having a look if the IP is free.

niccokunzmann commented 8 years ago

searching for oldest ip address to use. Testing needs to be done.

niccokunzmann commented 8 years ago

tested