# The manpage is also online at # http://www.shorewall.net/manpages/shorewall-interfaces.html # ############################################################################### #ZONE INTERFACE BROADCAST OPTIONS {% for i in shorewall_interfaces %} {{ i.zone }} {{ i.interface }} {% if i.broadcast is defined %}{{ i.broadcast }}{% else %}-{% endif %} {% if i.options is defined %}{{ i.options }}{% else %}-{% endif %} {% endfor %}