From d0ed816e8a8915564f4264ef01abce2fb8c845dd Mon Sep 17 00:00:00 2001 From: "Gareth J. Greenaway" Date: Tue, 6 Dec 2022 14:25:41 -0800 Subject: [PATCH] adding changelog --- changelog/53353.fixed | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/53353.fixed diff --git a/changelog/53353.fixed b/changelog/53353.fixed new file mode 100644 index 00000000000..cadda5448cc --- /dev/null +++ b/changelog/53353.fixed @@ -0,0 +1 @@ +Ensure when we're adding chunks to the rules when running aggregation with the iptables state module we use a copy of the chunk otherwise we end up with a recursive mess.