nmcli: adding ipv6 address list support (#3776) (#3885)

* rebase

* Add changelog fragment

* add suggestions

* split PR into two

* Add multiple address support but with #3768 fiexed

* rebase

* clean some merge artifacts

* update the wording

(cherry picked from commit 90c0980e8d)

Co-authored-by: Alex Groshev <38885591+haddystuff@users.noreply.github.com>
This commit is contained in:
Felix Fontein
2021-12-09 22:00:33 +01:00
committed by GitHub
parent ca9c763b57
commit ab7efef9df
3 changed files with 97 additions and 10 deletions

View File

@@ -0,0 +1,4 @@
---
minor_changes:
- nmcli - add multiple addresses support for ``ip6`` parameter
(https://github.com/ansible-collections/community.general/issues/1088).