Commit 69830db4 authored by Ad Schellevis's avatar Ad Schellevis

(ipfw) remove spaces

parent c72484ec
......@@ -108,7 +108,7 @@ add {{5000 + item.zoneid|int }} allow ip from any to any dst-port 80 via {{item.
add 6000 skipto 60000 tcp from any to any out
# forward unauthorized traffic from captiveportal interfaces to block rule
{% for item in cp_interface_list %}
add {{6001 + loop.index }} skipto 65534 all from any to any via {{item.if}}
add {{6001 + loop.index }} skipto 65534 all from any to any via {{item.if}}
{% endfor %}
# send all the rest to the traffic shaper rules
add 6000 skipto 60000 all from any to any
......
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