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

T4856: Fix IPsec DHCP-client exit hook #2823

Merged
merged 1 commit into from Jan 15, 2024
Merged

Commits on Jan 14, 2024

  1. T4856: Fix IPsec DHCP-client exit hook

    The script acually does not have the variable `secrets_lines` and
    secret lines itself does not have the  marker `# dhcp:{interface}`
    in `to_find`
    
    Needs to rewrite this script in the future if it is required
    
    This commit fixes DHCP-client exit hook:
    ```
    dhclient[6800]: NameError: name 'secrets_lines' is not defined
    root[6801]: /etc/dhcp/dhclient-exit-hooks.d/99-ipsec-dhclient-hook returned non-zero exit status 1
    ```
    sever-sever committed Jan 14, 2024
    Copy the full SHA
    a9cf724 View commit details
    Browse the repository at this point in the history