mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 23:51:23 -07:00
Feat: nmcli - Add method4 and method6 (#1894)
* Feat: nmcli - Add method4 and method6 Allows to manipulate ipv4.method and ipv6.method. Is mandatory to manage Bond interfaces with no native vlans but only tagged vlans. * Fix: nmcli - Add changelog fragment for 1894 * Fix: nmcli - Add choices for method4 and method6 * Update plugins/modules/net_tools/nmcli.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/1894-feat-nmcli-add-method4-and-method6.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/net_tools/nmcli.py Co-authored-by: Felix Fontein <felix@fontein.de> * Fix: nmcli - Update documentation * Update plugins/modules/net_tools/nmcli.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/net_tools/nmcli.py Co-authored-by: Felix Fontein <felix@fontein.de> * Fix: nmcli - Simplify code * Update plugins/modules/net_tools/nmcli.py Co-authored-by: Felix Fontein <felix@fontein.de> * Fix: nmcli - Update ip6 documentation Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
585dd0b6ed
commit
4f98136771
2 changed files with 28 additions and 6 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- nmcli - add ``method4`` and ``method6`` options (https://github.com/ansible-collections/community.general/pull/1894).
|
Loading…
Add table
Add a link
Reference in a new issue