mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
nmcli: fix setting_types() to properly handle routing_rules as a list type (#11635)
* Fix setting_types() to properly handle routing_rules as a list type * Add changelog fragment for ipv6.routing-rules bugfix * Update changelogs/fragments/11630-nmcli-ipv6-routing-rules.yml Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> * Add PR URL to changelog fragment --------- Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
@@ -2372,6 +2372,7 @@ class Nmcli:
|
||||
"ipv6.dns-search",
|
||||
"ipv6.dns-options",
|
||||
"ipv6.routes",
|
||||
"ipv6.routing-rules",
|
||||
"802-11-wireless-security.group",
|
||||
"802-11-wireless-security.leap-password-flags",
|
||||
"802-11-wireless-security.pairwise",
|
||||
|
||||
Reference in New Issue
Block a user