Skip to content

Commit

Permalink
Merge pull request #8234 from inverse-inc/8233-the-onlineoffline-node…
Browse files Browse the repository at this point in the history
…-option-does-not-work-when-the-radius-service-is-configured-outside-the-management-interface

pfacct listen on all interfaces
  • Loading branch information
fdurand authored Aug 8, 2024
2 parents a7b052c + 568b4b9 commit 583b203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pf/services/manager/pfacct.pm
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ sub generate_container_environments {
}
my $vars = {
env_dict => {
PFACCT_ADDRESS=> "$management_ip:$port",
PFACCT_ADDRESS=> "$port",
},
};
$tt->process("/usr/local/pf/containers/environment.template", $vars, "/usr/local/pf/var/conf/acct.env") or die $tt->error();
Expand Down

0 comments on commit 583b203

Please sign in to comment.