mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Consider CP allowed IPs for both directions. It will help ticket #2780
This commit is contained in:
parent
9beebb5e54
commit
5b0e0182c7
@ -527,7 +527,9 @@ EOD;
|
||||
$rulenum++;
|
||||
/* Allowed ips */
|
||||
$cprules .= "add {$rulenum} pipe tablearg ip from table(3) to any in\n";
|
||||
$cprules .= "add {$rulenum} pipe tablearg ip from any to table(3) in\n";
|
||||
$rulenum++;
|
||||
$cprules .= "add {$rulenum} pipe tablearg ip from table(4) to any out\n";
|
||||
$cprules .= "add {$rulenum} pipe tablearg ip from any to table(4) out\n";
|
||||
$rulenum++;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user