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 default route with libnl3.8+ #405

Merged
merged 1 commit into from
Feb 1, 2024
Merged

Commits on Feb 1, 2024

  1. Fix default route with libnl3.8+

    Since libnl3.8, the nl_addr_parse function does not return 'none' anymore for
    'default', but it returns a 0.0.0.0/0 addr.
    thom311/libnl@0c0aee8
    
    But since we depend on that value in vdsm, it never reports a default
    gateway anymore, causing networks to be out of sync.
    
    So next to 'none' we also check for '0.0.0.0/0' or '::/0'.
    
    Signed-off-by: Jean-Louis Dupond <jean-louis@dupond.be>
    dupondje committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a85228d View commit details
    Browse the repository at this point in the history