Skip to content

Commit

Permalink
Add more rule weight classes
Browse files Browse the repository at this point in the history
  • Loading branch information
drybjed committed Mar 23, 2017
1 parent 1bfbd2e commit 92e30de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion defaults/main.yml
Expand Up @@ -351,8 +351,10 @@ ferm__default_weight_map:
'filter-syn': '25'
'any-blacklist': '30'
'sshd-chain': '40'
'accept': '50'
'any-forward': '60'
'default': '100'
'accept': '100'
'any-service': '100'
'reject': '900'
'any-reject': '900'
'post-hook': '950'
Expand Down

0 comments on commit 92e30de

Please sign in to comment.