From 40481911ad4bd2a6ceea05915cb4617e7f112cdb Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Tue, 12 May 2015 21:52:46 +0200 Subject: [PATCH] small typo in ipfw template --- src/opnsense/service/templates/OPNsense/IPFW/ipfw.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opnsense/service/templates/OPNsense/IPFW/ipfw.conf b/src/opnsense/service/templates/OPNsense/IPFW/ipfw.conf index af357c4aa..b03fdb742 100644 --- a/src/opnsense/service/templates/OPNsense/IPFW/ipfw.conf +++ b/src/opnsense/service/templates/OPNsense/IPFW/ipfw.conf @@ -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