Skip to content

Commit 2ff34eb

Browse files
authored
Add VPP 25.02 (#282)
Signed-off-by: Ondrej Fabry <[email protected]>
1 parent 87eeb62 commit 2ff34eb

File tree

143 files changed

+1856
-479
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+1856
-479
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG VPP_VERSION=v24.06
1+
ARG VPP_VERSION=v25.02
22
ARG UBUNTU_VERSION=22.04
33

44
FROM ubuntu:${UBUNTU_VERSION} as vppbuild

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ endif
4343
# Package cloud repo for VPP.
4444
VPP_REPO ?= release
4545
# VPP Docker image to use for api generation (gen-binapi-docker)
46-
VPP_IMG ?= ligato/vpp-base:24.06-release
46+
VPP_IMG ?= ligato/vpp-base:25.02-release
4747
# Local VPP directory used for binary api generation (gen-binapi-from-code)
4848
VPP_DIR ?=
4949
# Target directory for generated go api bindings

binapi/abf/abf.ba.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

binapi/acl/acl.ba.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

binapi/acl_types/acl_types.ba.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

binapi/adl/adl.ba.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

binapi/af_packet/af_packet.ba.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

binapi/af_xdp/af_xdp.ba.go

Lines changed: 3 additions & 244 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

binapi/af_xdp/af_xdp_rpc.ba.go

Lines changed: 0 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

binapi/arp/arp.ba.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)