Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing iptables state module mod_aggregate #63232

Merged
merged 2 commits into from
Dec 7, 2022

Conversation

garethgreenaway
Copy link
Contributor

@garethgreenaway garethgreenaway commented Dec 6, 2022

What does this PR do?

Ensure when we're adding chunks to the rules when running aggregation we use a copy of the chunk otherwise we end up with a recursive mess. Updating mod_aggregate test to use real data.

What issues does this PR fix or reference?

Fixes: #53353

Merge requirements satisfied?

[NOTICE] Bug fixes or features added to Salt require tests.

Commits signed with GPG?

Yes

Please review Salt's Contributing Guide for best practices.

See GitHub's page on GPG signing for more information about signing commits with GPG.

… we use a copy of the chunk otherwise we end up with a recursive mess. Updating mod_aggregate test to use real data.
@garethgreenaway garethgreenaway requested a review from a team as a code owner December 6, 2022 22:26
@garethgreenaway garethgreenaway requested review from Ch3LL and removed request for a team December 6, 2022 22:26
@garethgreenaway garethgreenaway added the Sulfur v3006.0 release code name and version label Dec 7, 2022
@garethgreenaway garethgreenaway added this to the Sulphur v3006.0 milestone Dec 7, 2022
@Ch3LL Ch3LL merged commit d0ed816 into saltstack:master Dec 7, 2022
@garethgreenaway garethgreenaway deleted the 53353_fix_iptable_aggregate branch December 8, 2022 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Sulfur v3006.0 release code name and version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iptables states fail when state_aggregate option is enabled
2 participants