mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Revert "RADIUS accounting updates are needed for PPPoE and L2TP too"
This reverts commit b6393be173.
This commit is contained in:
parent
b6393be173
commit
e1fdb47b96
@ -1339,7 +1339,6 @@ EOD;
|
||||
if (isset ($pppoecfg['radius']['accounting'])) {
|
||||
$mpdconf .=<<<EOD
|
||||
set auth enable radius-acct
|
||||
set radius acct-update 300
|
||||
|
||||
EOD;
|
||||
}
|
||||
@ -1531,7 +1530,6 @@ 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