mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
MFC 7514
Don't echo out the rule. Add it to the existing rule string
This commit is contained in:
parent
009510f83e
commit
db33363307
@ -1427,7 +1427,7 @@ pass out quick on $wanif proto udp from any port = 68 to any port = 67 label "al
|
||||
EOD;
|
||||
|
||||
if($config['interfaces']['lan']['bridge'] <> "wan")
|
||||
echo "block in $log quick on $wanif proto udp from any port = 67 to {$lansa_sn_combo} port = 68 label \"allow dhcp client out wan\"\n";
|
||||
$ipfrules .= "block in $log quick on $wanif proto udp from any port = 67 to {$lansa_sn_combo} port = 68 label \"allow dhcp client out wan\"\n";
|
||||
|
||||
$ipfrules .= <<<EOD
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user