network icon indicating copy to clipboard operation
network copied to clipboard

add vrf support

Open eliaswimmer opened this issue 1 year ago • 4 comments

Enhancement: VRF Support

Reason: Missing Feature

Result: Can manage VRFs

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

eliaswimmer avatar Aug 07 '24 10:08 eliaswimmer

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?

richm avatar Aug 08 '24 00:08 richm

Does this feature depend on a certain version of NetworkManager?

Networkmanager supports VRF since Version 1.24

eliaswimmer avatar Aug 16 '24 06:08 eliaswimmer

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

eliaswimmer avatar Aug 16 '24 06:08 eliaswimmer

Also - what about the network_state API? We usually require feature parity between the network_connections and network_state APIs.

richm avatar Oct 22 '24 17:10 richm

closed - use network_state - see https://github.com/linux-system-roles/network/issues/715

richm avatar Jan 15 '25 22:01 richm

@eliaswimmer , VRF is already supported in network_state variable, can you try to configure the vrf interface via network_state variable ?

liangwen12year avatar Jan 15 '25 22:01 liangwen12year