add vrf support
Enhancement: VRF Support
Reason: Missing Feature
Result: Can manage VRFs
Issue Tracker Tickets (Jira or BZ if any): #715
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?
Does this feature depend on a certain version of NetworkManager?
Networkmanager supports VRF since Version 1.24
I still need some debugging on updating/reapplying. Will have to look into nmcli code to figure out what they do.
Also - what about the network_state API? We usually require feature parity between the network_connections and network_state APIs.
closed - use network_state - see https://github.com/linux-system-roles/network/issues/715
@eliaswimmer , VRF is already supported in network_state variable, can you try to configure the vrf interface via network_state variable ?