Commit 40481911 authored by Ad Schellevis's avatar Ad Schellevis

small typo in ipfw template

parent 25ad6c54
......@@ -80,7 +80,7 @@ add {{5000 + item.zoneid|int }} allow ip from any to any dst-port 80 via {{item.
# accept traffic from all interfaces not used by captive portal
#======================================================================================
{% for item in no_cp_interface_list %}
add {{6001 + loop.index }} allow all from any to any via {{item.if}} ;
add {{6001 + loop.index }} allow all from any to any via {{item.if}}
{% endfor %}
# let the responses from the captive portal web server back out
add 6200 pass tcp from any to any out
......
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