Commit ad6c2d61 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(trafficshaper) missing space in template

(cherry picked from commit 8353aea4)
parent 0fa331c1
......@@ -177,7 +177,7 @@ add {{loop.index + 60000}} {{ helpers.getUUIDtag(rule.target) }} {{
{# normal, single interface situation #}
add {{loop.index + 60000}} {{ helpers.getUUIDtag(rule.target) }} {{
helpers.getUUID(rule.target).number }} {{ rule.proto.split('_')[0] }} from {{ rule.source }} to {{rule.destination
}} src-port {{ rule.src_port }} dst-port {{ rule.dst_port }}{{rule.direction}} {%
}} src-port {{ rule.src_port }} dst-port {{ rule.dst_port }} {{rule.direction}} {%
if rule.proto.split('_')[1]|default('') == 'ack' %}{{ rule.proto.split('_')[2]|default('') }} tcpflags ack {% endif %} via {{
physical_interface(rule.interface)
}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment