Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore 'binding state abandoned' and indicate multiple MAC/IPs in leases #69

Open
marl-scot opened this issue Jun 22, 2020 · 0 comments

Comments

@marl-scot
Copy link

First off, great piece of software, has made things a lot easier and shown me a few issues I have with my network I hadn't spotted before!
I have spotted an issue when the dhcpd.leases file has abandoned leases listed :

lease 192.168.1.36 {
starts 1 2020/06/22 12:48:36;
ends 1 2020/06/22 12:58:36;
cltt 1 2020/06/22 12:48:36;
binding state active;
next binding state free;
rewind binding state free;
hardware ethernet de:c4:d3:57:a8:25;
uid "my uuid";
client-hostname "myhost";
}
lease 192.168.1.36 {
starts 1 2020/06/22 12:48:36;
ends 2 2020/06/23 12:48:36;
tstp 2 2020/06/23 12:48:36;
cltt 1 2020/06/22 12:48:36;
binding state abandoned;
next binding state free;
rewind binding state free;
}

As you can see isc dhpcd decided to assign IP 1.36 but then also added an abandoned entry (not sure why its doing this, i hadn't restarted dhcpd or the client) but when you then look at the leases page on Glass, you only see the undefined abandoned entry and not the real entry.
As the abandoned entries are NOT actual leases, then these should be ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant