Missing space

This commit is contained in:
Scott Ullrich 2005-05-30 04:12:50 +00:00
parent 8c6516d1d3
commit 82e2932903

View File

@ -1918,7 +1918,7 @@ EOD;
$ipfrules .= "\n# Setup Captive portal policy rules\n";
$ipfrules .= "table <captiveportal>\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 <captiveportal> to any keep state label \"allow captive portal authd users\"\n";
}