Skip to content

Commit

Permalink
fix cnat csum
Browse files Browse the repository at this point in the history
This integrates a patch from VPP, that fixes the checksum calculation
in cnat. This fix addresses a connectivity failure that showed up in
eks dpdk scenario.
  • Loading branch information
hedibouattour authored and sknat committed Aug 1, 2023
1 parent c8a2e7c commit 6b35da9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vpplink/generated/vpp_clone_current.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ function git_clone_cd_and_reset ()
git_clone_cd_and_reset "$1" a7dd04d73bf5abed944fb77a5e957bbad24e2750 # misc: Initial 23.10-rc0 commit

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/49/31449/13 # 31449: cnat: Support offloaded check sums | https://gerrit.fd.io/r/c/vpp/+/31449/13

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

0 comments on commit 6b35da9

Please sign in to comment.