[PR #9658/a842a268 backport][stable-10] Update nmcli.py to support VRF commands (#9715)

Update nmcli.py to support VRF commands (#9658)

Adding VRF support and documentation to the nmcli module

Signed-off-by: Andreas Karis <ak.karis@gmail.com>
(cherry picked from commit a842a26849)

Co-authored-by: Andreas Karis <akaris@redhat.com>
This commit is contained in:
patchback[bot] 2025-02-10 22:04:32 +01:00 committed by GitHub
commit a784e66a2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 157 additions and 4 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- nmcli - adds VRF support with new ``type`` value ``vrf`` and new ``slave_type`` value ``vrf`` as well as new ``table`` parameter (https://github.com/ansible-collections/community.general/pull/9658, https://github.com/ansible-collections/community.general/issues/8014).