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

cnat: fix fib entry cleanup #667

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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