We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a need to parse the "dhcpd.conf" for Linux (on Debian, in my case), and am happy to do a fork and PR if you intend to maintain your library.
Specifically, the structure of a lease on Linux is:
lease 192.168.4.101 { starts 2 2021/11/30 19:57:47; ends 2 2021/11/30 21:57:47; tstp 2 2021/11/30 21:57:47; cltt 2 2021/11/30 19:57:47; binding state free; hardware ethernet xx:xx:xx:xx:xx:xx; uid "\001\000\352\324A!\020"; }
The text was updated successfully, but these errors were encountered:
Hi! Thanks for the issue, I haven't had much time maintaining this, but feel free to open up a PR and I'll take a look at it 🙂
Sorry, something went wrong.
No branches or pull requests
I have a need to parse the "dhcpd.conf" for Linux (on Debian, in my case), and am happy to do a fork and PR if you intend to maintain your library.
Specifically, the structure of a lease on Linux is:
The text was updated successfully, but these errors were encountered: