# The manpage is also online at # http://www.shorewall.net/manpages/shorewall-zones.html # ############################################################################### #ZONE TYPE OPTIONS IN OUT # OPTIONS OPTIONS {% for z in shorewall_zones %} {{ z.zone }} {{ z.type }} {% if z.options is defined %}{{ z.options }}{% else %}-{% endif %} {% if z.options_in is defined %}{{ z.options_in }}{% else %}-{% endif %} {% if z.options_out is defined %}{{ z.options_out }}{% else %}-{% endif %} {% endfor %}