Use remoteips here.

This commit is contained in:
Ermal 2011-05-24 20:01:11 +00:00
parent ee6d2b5251
commit 7e107d2ef7

View File

@ -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']} ";
}
}
}