Akkadius / glass-isc-dhcp

Glass - ISC DHCP Server Interface
MIT License
686 stars 143 forks source link

Request: Read Fixed Addresses from DHCP config file #55

Open Julio-UAM opened 4 years ago

Julio-UAM commented 4 years ago

It would be great if you could read all your fixed addresses from your config file and display them as the dynamic leases, so we can see at a glance if an scope is filling up.

maglite4cell commented 3 years ago

I agree this would be a huge benefit. Most of what we do in our production env is reserved addresses and this would be a huge help to know what devices are assigned

PartTimeJS commented 3 years ago

I agree this would be a huge benefit. Most of what we do in our production env is reserved addresses and this would be a huge help to know what devices are assigned

Same here. I have been looking at npm packages to see if there is an easy way to do this and maybe PR it. Worst case, the config needs a lot of parsing to list defined hosts. Maybe after the holidays I will have more time to dig in deeper if the repo dev doesn't get to it. Seeing as this request is over a year old, not looking too good.