12-14-2020, 10:12 PM
(This post was last modified: 12-14-2020, 10:13 PM by ricardodiaz.)
Ok, I tihink I've found the problem... maybe, there is a bug in the file ConfigShell.php .., in the bind function.
Specifically at the point where the acl_profile files are regenerated (line 599).
The value of $params['ips'] is not being reset in each profile iteration, so the IPs of each profile are accumulating for each subsequent acl_profile that is regenerated.
I have made the relevant modification and now the behavior is correct.
Specifically at the point where the acl_profile files are regenerated (line 599).
The value of $params['ips'] is not being reset in each profile iteration, so the IPs of each profile are accumulating for each subsequent acl_profile that is regenerated.
I have made the relevant modification and now the behavior is correct.