Add nmcli support for IPv6 routes (#4062)

This commit is contained in:
Trey West 2022-01-23 07:02:03 -05:00 committed by GitHub
commit f954539795
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 331 additions and 3 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- nmcli - adds ``routes6`` and ``route_metric6`` parameters for supporting IPv6 routes (https://github.com/ansible-collections/community.general/issues/4059).