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

fix(ubuntu): Point to correct dhcp lease files #2979

Merged

Commits on Dec 13, 2023

  1. fix(ubuntu): Point to correct dhcp lease files

    From Ubuntu 18.04, the default dhcp client was systemd-networkd.
    However, WALA has been checking for the dhclient lease files.
    This PR seeks to correct this bug.Interestingly, it was already
    configuring systemd-networkd but checking for dhclient lease files.
    CalvoM committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    b83f977 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    83acbe2 View commit details
    Browse the repository at this point in the history