mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
RADIUS accounting updates are needed for PPPoE and L2TP too
This commit is contained in:
parent
6791c2ab0e
commit
02b14dcb49
@ -1399,6 +1399,7 @@ EOD;
|
||||
if (isset ($pppoecfg['radius']['accounting'])) {
|
||||
$mpdconf .=<<<EOD
|
||||
set auth enable radius-acct
|
||||
set radius acct-update 300
|
||||
|
||||
EOD;
|
||||
}
|
||||
@ -1590,6 +1591,7 @@ EOD;
|
||||
if (isset ($l2tpcfg['radius']['accounting'])) {
|
||||
$mpdconf .=<<<EOD
|
||||
set auth enable radius-acct
|
||||
set radius acct-update 300
|
||||
|
||||
EOD;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user