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

dhcpd #772

Merged
merged 3 commits into from Mar 24, 2023
Merged

dhcpd #772

merged 3 commits into from Mar 24, 2023

Commits on Mar 24, 2023

  1. Add ISC dhcp config lexer

    This adds a lexer to parse ISC's dhcpd.conf, https://www.isc.org/dhcp/,
    this is EOL, but distributions still carry it.
    
    It has the keywords that I could find and takes some liberty with
    LiteralNumber* tokens to return IP, network and MAC addresses.
    
    It may be possible to make this somewhat smaller, but haven't pushed for
    that yet.
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    e0c3b66 View commit details
    Browse the repository at this point in the history
  2. revert some non-related changes

    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    eda2812 View commit details
    Browse the repository at this point in the history
  3. revert

    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    5f65ec3 View commit details
    Browse the repository at this point in the history