Skip to content

Support for Linux dhcpd #1

@curtisforrester

Description

@curtisforrester

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";
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions