-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch cherry picks two cnat patches that aim at - fixing a segfault in the fib display when entries are leftover - address a cleanup issue in the cnat that leaks LB objects, so also fib entries, ipip adjacencies, etc... Signed-off-by: Nathan Skrzypczak <[email protected]>
- Loading branch information
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
VPP Version : 24.02-rc0~6-g2be60e67d | ||
VPP Version : 24.02-rc0~8-gfc2d69296 | ||
Binapi-generator version : v0.8.0-dev | ||
VPP Base commit : 2d0dac57e gerrit:34726/3 interface: add buffer stats api | ||
VPP Base commit : f514c5ea5 gerrit:34726/3 interface: add buffer stats api | ||
------------------ Cherry picked commits -------------------- | ||
capo: Calico Policies plugin | ||
acl: acl-plugin custom policies | ||
cnat: [WIP] no k8s maglev from pods | ||
pbl: Port based balancer | ||
gerrit:40078/3 vnet: allow format deleted swifidx | ||
gerrit:40090/3 cnat: undo fib_entry_contribute_forwarding | ||
gerrit:39507/13 cnat: add flow hash config to cnat translation | ||
gerrit:34726/3 interface: add buffer stats api | ||
------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters