Open sspans opened 9 years ago
Secondly, it doesn't seem to be possible to unset the limit_value...
@sspans has a PR for this in PR #14
Could this PR get integrated into master and the version bumped please?
I ran up against this yesterday.
@carljohnston1 you may want to comment in PR #14 instead of this issue.
Just found this today; somewhat obnoxious - please get this implemented, bumped, and released.
Just created a pull request to bring the recipe in line with the docs.
sjsadowski is referring to PR #18
This should probably be closed now that my PR is merged in
@rigrassm Would you close this issue as it was resolved with your merge of #18
The limit directive in firewalld can either be used to limit logging - or - to limit matches. The default in resources/rich_rule.rb disables logging, but enables the limit. This results in rules like:
-A IN_admin_allow -p tcp -m tcp --dport 5666 -m conntrack --ctstate NEW -m limit --limit 1/min -j ACCEPT
Not quite what I was expecting.