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

Fixed connection tracking configuration on LB backend in net-ilb module #1234

Merged
merged 4 commits into from
Mar 10, 2023

Conversation

simonebruzzechesse
Copy link
Collaborator

As per documentation the tracking_mode argument in the connection_tracking section of the backend_service_config supports PER_SESSION or PER_CONNECTION, instead we were passing a boolean value through the track_per_session variable and this was resulting in an error. We could also update the logic and set the tracking_mode value to PER_SESSION when track_per_session was true but updating the variable to tracking_mode seems to be a more general solution for this case.

@simonebruzzechesse simonebruzzechesse marked this pull request as ready for review March 10, 2023 12:41
@simonebruzzechesse simonebruzzechesse merged commit b54951f into master Mar 10, 2023
@simonebruzzechesse simonebruzzechesse deleted the bruzz/fix-net-ilb-conn-track branch March 10, 2023 14:25
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.

2 participants