From 82e2932903968a8a5b5e09c924bc51ae0abbb85e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 30 May 2005 04:12:50 +0000 Subject: [PATCH] Missing space --- etc/inc/filter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 84eeb14a76..32b4b7d1ac 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -1918,7 +1918,7 @@ EOD; $ipfrules .= "\n# Setup Captive portal policy rules\n"; $ipfrules .= "table \n"; $ipfrules .= "block in on {$cp_interface} from any to any label \"block items initially for cp\"\n"; - $ipfrules .= "pass in on {$cp_interface} proto { tcp udp } from any to {$lanip} port { 8000 53 } keep statelabel \"pass items to cp web serv\"\n"; + $ipfrules .= "pass in on {$cp_interface} proto { tcp udp } from any to {$lanip} port { 8000 53 } keep state label \"pass items to cp web serv\"\n"; $ipfrules .= "pass in on {$cp_interface} from to any keep state label \"allow captive portal authd users\"\n"; }