Revision 14431a6a templates/rule_expiration.txt

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

  

Also available in: Unified diff