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

network: enable the dummy interfaces #215

Closed
wants to merge 1 commit into from
Closed

network: enable the dummy interfaces #215

wants to merge 1 commit into from

Commits on Aug 2, 2023

  1. network: enable the dummy interfaces

    The dummy interfaces should be enabled if they have received a desired
    route to a next hop.
    
    This would avoid this kind of error:
    
    ```
    NmstateError: InvalidArgument: The next hop interface of desired Route 'destination: 169.254.0.0/16 next-hop-interface: dummy0 next-hop-address: 0.0.0.0 metric: 1006 table-id: 254' has been marked as IPv4 disabled
    ```
    EmilienM committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    0e697e1 View commit details
    Browse the repository at this point in the history