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

conntrack: Remove old implementation #294

Merged
merged 2 commits into from
Sep 13, 2022

Conversation

ronensc
Copy link
Collaborator

@ronensc ronensc commented Sep 1, 2022

This PR removes the old implementation of the connection tracking and migrates the metric that used it connection rate per dest subnet to rely on the new implementation.

@ronensc ronensc mentioned this pull request Sep 1, 2022
14 tasks
- input: "{{.srcIP}},{{.srcPort}},{{.dstIP}},{{.dstPort}},{{.protocol}}"
output: isNewFlow
type: conn_tracking
parameters: "1"
```

The first rule `add_subnet` generates a new field named `srcSubnet` with the
Copy link
Collaborator

@KalmanMeth KalmanMeth Sep 1, 2022

Choose a reason for hiding this comment

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

Will there be a new section on describing the connection tracking parameters?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I documented the new connection tracking in #291

@ronensc ronensc added the breaking-change This pull request has breaking changes. They should be described in PR description. label Sep 1, 2022
@ronensc ronensc merged commit 04c56ce into netobserv:main Sep 13, 2022
@ronensc ronensc deleted the conntrack-remove-old branch September 13, 2022 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change This pull request has breaking changes. They should be described in PR description.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants