# http://www.shorewall.net/manpages/shorewall-policy.html # ############################################################################### #SOURCE DEST POLICY LOG LIMIT: CONNLIMIT: # LEVEL BURST MASK {% for p in shorewall_policies %} {{ 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 %} {% endfor %}