Alexander Ivanes
Alexander Ivanes
## Describe the Bug After testing latest version of firewall module i've noticed that puppet applies catalog significantly longer compared to the previous version. After a bit of strace it...
## Summary You should be able to set default log_level (4) explicitly in a rule. Currently puppet will apply "changes" every run. ## Checklist - [x] 🟢 Spec tests. -...
## Summary If you set `dport|sport` values as a string with `-` as range indicator puppet will be applying manifest on every run. ## Checklist - [x] 🟢 Spec tests....
## Summary You should be able to set mark|connmark as a mark/mask. This PR add support of that. ## Related Issues (if any) #1198 ## Checklist - [x] 🟢 Spec...
## Summary This PR fixes a couple of issues, related to iptables-save output parsing: 1. Double quotes in the comment breaks rule parsing (part after the first `"` will be...
## Summary If `iptables-save` contains `*` in a non-table names it will break table parsing: 1. Current table rules after encountered `*` will be considered `absent` and will be forcefully...
## Summary Currently if you have a single value `ipset` parameter it will always be trying to correct itself on every puppet run. ## Additional info I tried to create...
## Summary Fixes the issue when you are trying to create an in-built firewall chain in a table that was not been interacted with before. ## Additional Context Currently if...
## Summary Allow setting a `-` and `_` in ipset name Should fix #1187 ## Checklist - [x] 🟢 Spec tests. - [x] 🟢 Acceptance tests. - [x] Manually verified....
## Summary Fix an error in acceptance tests that was introduced in #1201 ## Checklist - [x] 🟢 Spec tests. - [x] 🟢 Acceptance tests.