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

Conversation

EmilienM
Copy link
Contributor

@EmilienM EmilienM commented Aug 2, 2023

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

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
Copy link
Contributor Author

EmilienM commented Aug 2, 2023

/hold do not merge it yet, under testing.

@vkmc
Copy link

vkmc commented Aug 2, 2023

Tested and got this output

"NmstateError: InvalidArgument: Interface dummy1 cannot have IP enabled as it is attached to a controller where IP is not allowed"

@EmilienM EmilienM closed this Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants