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

add vrf support #716

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eliaswimmer
Copy link

Enhancement: VRF Support

Reason: Missing Feature

Result: Can manage VRFs

Issue Tracker Tickets (Jira or BZ if any): #715

"macvlan",
"wireless",
# wokeignore:rule=dummy
"dummy",
]
VALID_PORT_TYPES = ["bridge", "bond", "team"]
VALID_PORT_TYPES = ["bridge", "bond", "team", 'vrf']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
VALID_PORT_TYPES = ["bridge", "bond", "team", 'vrf']
VALID_PORT_TYPES = ["bridge", "bond", "team", "vrf"]

@richm
Copy link
Contributor

richm commented Aug 8, 2024

We'll need a python unit test for this, and we'll need to test this in one of the tests in tests/playbooks/tests_*.yml, and we'll need a README update for this

Does this feature depend on a certain version of NetworkManager?

@eliaswimmer
Copy link
Author

Does this feature depend on a certain version of NetworkManager?

Networkmanager supports VRF since Version 1.24

@eliaswimmer
Copy link
Author

I still need some debugging on updating/reapplying. Will have to look into nmcli code to figure out what they do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants