source: MondoRescue/branches/3.3/ansible/roles/shorewall/templates/interfaces.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: 443 bytes
Line 
1# The manpage is also online at
2# http://www.shorewall.net/manpages/shorewall-interfaces.html
3#
4###############################################################################
5#ZONE INTERFACE BROADCAST OPTIONS
6{% for i in shorewall_interfaces %}
7{{ i.zone }} {{ i.interface }} {% if i.broadcast is defined %}{{ i.broadcast }}{% else %}-{% endif %} {% if i.options is defined %}{{ i.options }}{% else %}-{% endif %}
8
9{% endfor %}
Note: See TracBrowser for help on using the repository browser.