Skip to content

Commit

Permalink
cnat: fix fib entry cleanup
Browse files Browse the repository at this point in the history
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
sknat committed Dec 12, 2023
1 parent f75968e commit e78c112
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vpplink/generated/generate.log
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
-------------------------------------------------------------
2 changes: 2 additions & 0 deletions vpplink/generated/vpp_clone_current.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ git_clone_cd_and_reset "$1" 7419bede7ad73544338fd4363da833b2d5fc89a5 # misc: Ini

git_cherry_pick refs/changes/26/34726/3 # 34726: interface: add buffer stats api | https://gerrit.fd.io/r/c/vpp/+/34726
git_cherry_pick refs/changes/07/39507/13 # 39507: cnat: add flow hash config to cnat translation | https://gerrit.fd.io/r/c/vpp/+/39507/13
git_cherry_pick refs/changes/90/40090/3 # 40090: cnat: undo fib_entry_contribute_forwarding | https://gerrit.fd.io/r/c/vpp/+/40090
git_cherry_pick refs/changes/78/40078/3 # 40078: vnet: allow format deleted swifidx | https://gerrit.fd.io/r/c/vpp/+/40078

# --------------- private plugins ---------------
# Generated with 'git format-patch --zero-commit -o ./patches/ HEAD^^^'
Expand Down

0 comments on commit e78c112

Please sign in to comment.