source: MondoRescue/branches/3.3/ansible/roles/shorewall/templates/policy.j2@ 3655

Last change on this file since 3655 was 3655, checked in by Bruno Cornec, 7 years ago

New MondoRescue site managed with ansible now

File size: 512 bytes
Line 
1# http://www.shorewall.net/manpages/shorewall-policy.html
2#
3###############################################################################
4#SOURCE DEST POLICY LOG LIMIT: CONNLIMIT:
5# LEVEL BURST MASK
6{% for p in shorewall_policies %}
7{{ p.source }} {{ p.destination }} {{ p.policy }} {% if p.log_level is defined %}{{ p.log_level }}{% else %}-{% endif %} {% if p.burst_limit is defined %}{{ p.burst_limit }}{% else %}-{% endif %}
8
9{% endfor %}
Note: See TracBrowser for help on using the repository browser.