mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use remoteips here.
This commit is contained in:
parent
ee6d2b5251
commit
7e107d2ef7
@ -1347,7 +1347,7 @@ function filter_nat_rules_generate() {
|
||||
foreach ($FilterIflist['pppoe'] as $pppoe) {
|
||||
if(is_private_ip($pppoe['ip'])) {
|
||||
$numberofnathosts++;
|
||||
$tonathosts .= "{$pppoe['ip']}/{$pppoe['sn']} ";
|
||||
$tonathosts .= "{$pppoe['sa']}/{$pppoe['sn']} ";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user