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

Support for Linux dhcpd #1

Open
curtisforrester opened this issue Jan 8, 2022 · 1 comment
Open

Support for Linux dhcpd #1

curtisforrester opened this issue Jan 8, 2022 · 1 comment

Comments

@curtisforrester
Copy link

curtisforrester commented Jan 8, 2022

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";
}
@mskrip
Copy link
Owner

mskrip commented Apr 8, 2022

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 🙂

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

2 participants