-
Notifications
You must be signed in to change notification settings - Fork 17
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
Policy Route: Select table ID based on routes and rules #629
Policy Route: Select table ID based on routes and rules #629
Conversation
If flushing the table in delRule fails, the table with the stored id and the connection id will still contain the table id and the rule will still be existing. Selecting a table ID based on routes and rules prevents conflicts to happen. Signed-off-by: Lionel Jouin <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@LionelJouin It seems like this fix is going to be available in v1.12.0. Is it fine for you, or should we release a forwarder based on this patch?
Thank you @denis-tingaikin. |
We prefer to get a forwarder on top of v1.11.1 because v1.12.0 is too late. |
@szvincze OK, I think it's possible to include this patch for forwader-vpp. I'll add it if integration-k8s-kind passes CI based on this patch. |
…k-kernel@main PR link: networkservicemesh/sdk-kernel#629 Commit: ba96cf9 Author: Denis Tingaikin Date: 2023-11-18 16:50:04 +0300 Message: - Merge pull request #629 from Nordix/fix-table-id-selection-policy-routes Signed-off-by: NSMBot <[email protected]>
…k-kernel@main PR link: networkservicemesh/sdk-kernel#629 Commit: ba96cf9 Author: Denis Tingaikin Date: 2023-11-18 16:50:04 +0300 Message: - Merge pull request #629 from Nordix/fix-table-id-selection-policy-routes Signed-off-by: NSMBot <[email protected]>
…k-kernel@main PR link: networkservicemesh/sdk-kernel#629 Commit: ba96cf9 Author: Denis Tingaikin Date: 2023-11-18 16:50:04 +0300 Message: - Merge pull request #629 from Nordix/fix-table-id-selection-policy-routes Signed-off-by: NSMBot <[email protected]>
If flushing the table in delRule fails, the table with the stored id and the connection id will still contain the table id and the rule will still be existing.
Selecting a table ID based on routes and rules prevents conflicts to happen.