mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use the NAS IP configured for PPPoE server instances. Ticket #185
This commit is contained in:
parent
a2b813bff2
commit
f362c73bb7
@ -1708,6 +1708,9 @@ EOD;
|
||||
|
||||
EOD;
|
||||
}
|
||||
if (isset($pppoecfg['radius']['nasip'])) {
|
||||
$mpdconf .= "\tset radius me {$pppoecfg['radius']['nasip']}\n";
|
||||
}
|
||||
}
|
||||
|
||||
fwrite($fd, $mpdconf);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user