From 612bae32a50d7768ec2645b01a3f9d7c7d4fe295 Mon Sep 17 00:00:00 2001 From: "Ted W." Date: Sat, 21 Mar 2026 21:51:53 -0400 Subject: [PATCH] Add changelog fragment for ipv6.routing-rules bugfix --- changelogs/fragments/11630-nmcli-ipv6-routing-rules.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/11630-nmcli-ipv6-routing-rules.yml diff --git a/changelogs/fragments/11630-nmcli-ipv6-routing-rules.yml b/changelogs/fragments/11630-nmcli-ipv6-routing-rules.yml new file mode 100644 index 0000000000..c47dd0b06b --- /dev/null +++ b/changelogs/fragments/11630-nmcli-ipv6-routing-rules.yml @@ -0,0 +1,2 @@ +bugfixes: + - nmcli - add missing ``ipv6.routing-rules`` to ``settings_type()`` list type, which caused ``routing_rules6`` list values to be corrupted (https://github.com/ansible-collections/community.general/issues/11630).