Skip to content

Commit

Permalink
Merge branch 'Ray76-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
drybjed committed Feb 7, 2017
2 parents 50ef38a + b87386a commit d13afb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ ferm__filter_syn_limit: '40/second'
# .. envvar:: ferm__filter_syn_burst [[[
#
# Burst limit when filtering TCP SYN segments.
ferm__filter_syn_burst: '20'
ferm__filter_syn_burst: '40'

# ]]]
# .. envvar:: ferm__filter_syn_expire [[[
Expand Down
3 changes: 3 additions & 0 deletions templates/etc/ferm/ferm.d/accept.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@
{% endif %}
{% endif %}
{% endif %}
{% if ferm__tpl_daddr %}
{% set _= ferm__tpl_arguments.append("daddr (" + ferm__tpl_daddr | join(" ") +")") %}
{% endif %}
{% if ferm__tpl_state %}
{% if ferm__tpl_state | length == 1 %}
{% set _ = ferm__tpl_arguments.append("mod state state " + ferm__tpl_state | join(" ")) %}
Expand Down

0 comments on commit d13afb7

Please sign in to comment.