Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes logic when pfacct and radius-acct are enabled #8175

Open
wants to merge 2 commits into
base: devel
Choose a base branch
from

Conversation

fdurand
Copy link
Member

@fdurand fdurand commented Jun 5, 2024

Description

Fixes the logic in order to run pfacct and radiusd-acct if all are enabled together

Impacts

Radius accounting

Delete branch after merge

YES

NEWS file entries

Bug Fixes

  • Fixes the logic when pfacct and radiusd-acct are enabled together (using the same listening port)

my $vars = {
env_dict => {
PFACCT_ADDRESS=> "$port",
PFACCT_ADDRESS=> "$listeningIp:$port",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the "$port" = ":$port" when $listeningIp = ""?
For me, PFACCT_ADDRESS=:1833 is now different then the previous results

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the " : " should be added to $listeningIp when not empty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants