| Rev | Line | |
|---|
| [3655] | 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.