Skip to content

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

Merged
simonebruzzechesse merged 4 commits intomasterfrom
bruzz/fix-net-ilb-conn-track
Mar 10, 2023
Merged

Fixed connection tracking configuration on LB backend in net-ilb module #1234
simonebruzzechesse merged 4 commits intomasterfrom
bruzz/fix-net-ilb-conn-track

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