Revision 14431a6a templates/rule_delete_mail.txt

b/templates/rule_delete_mail.txt
7 7
Match
8 8
* Dst Addr:{{route.destination}}
9 9
* Src Addr: {{route.source}}
10
* Ports:{% for port in route.ports.all %}
11
  {{ port }}{% if not forloop.last %}, {% endif %}
12
{% endfor %}
10
* Protocol:{% for protocol in route.protocol.all %}{{ protocol }}{% if not forloop.last %}, {% endif %}{% endfor %}
11
* Ports:{% for port in route.ports.all %}{{ port }}{% if not forloop.last %}, {% endif %}{% endfor %}
13 12
* Source Ports:{% for port in route.sourceport.all %}{{ port }}{% if not forloop.last %}, {% endif %}{% endfor %}
14 13
* Destination Ports:{% for port in route.destinationport.all %}{{ port }}{% if not forloop.last %}, {% endif %}{% endfor %}
15 14

  

Also available in: Unified diff