[PR #6312/29a7d24d backport][stable-6] nmcli: Add macvlan connection type support (#6341)

nmcli: Add macvlan connection type support (#6312)

* add nmcli macvlan type

* changelog

* improve docs

* macvlan params

* fix linter and improve module params

* improve_docs

* raise error if type macvlan and macvlan options not set

(cherry picked from commit 29a7d24d75)

Co-authored-by: Sergey Putko <mail@psvlan.com>
This commit is contained in:
patchback[bot]
2023-04-16 13:40:00 +02:00
committed by GitHub
parent 71975be3c1
commit a5824a2a9d
3 changed files with 198 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- nmcli - add ``macvlan`` connection type (https://github.com/ansible-collections/community.general/pull/6312).