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

parse-nm/wg: append the correct prefix to IPv6 addresses (LP: #2046158) #428

Merged
merged 1 commit into from
Jan 4, 2024

Commits on Dec 13, 2023

  1. parse-nm/wg: append the correct prefix to IPv6 addresses

    When the prefix is omitted for IPs in the allowed-ips list, we were
    appending a /32 to them without checking the address family.
    
    IPv6 addresses will have a /128 appended to them if it's not present.
    
    See LP: #2046158
    daniloegea committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    51a8bc0 View commit details
    Browse the repository at this point in the history