diff options
| author | Daniil Baturin <daniil@vyos.io> | 2025-08-07 15:49:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-07 15:49:57 +0100 |
| commit | e46dcf1cedbfff253af16878f18cce9b45ad8a9c (patch) | |
| tree | cdfc885d593553fc5c83552e53932bbe59496307 /scripts/package-build | |
| parent | c5d52ac7b9a2cf4c85a638ef65fbf073e366f9c1 (diff) | |
| parent | 97db625181088749b4a837859ee61f4602ab0c2b (diff) | |
| download | vyos-build-e46dcf1cedbfff253af16878f18cce9b45ad8a9c.tar.gz vyos-build-e46dcf1cedbfff253af16878f18cce9b45ad8a9c.zip | |
Merge pull request #1005 from vyos/T7692
T7692: Bump VPP version to the stable 2506
Diffstat (limited to 'scripts/package-build')
| -rw-r--r-- | scripts/package-build/vpp/package.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package-build/vpp/package.toml b/scripts/package-build/vpp/package.toml index f601a662..efbe4d45 100644 --- a/scripts/package-build/vpp/package.toml +++ b/scripts/package-build/vpp/package.toml @@ -14,7 +14,7 @@ apply_patches = false [[packages]] name = "vpp" -commit_id = "stable/2410" +commit_id = "stable/2506" scm_url = "https://github.com/FDio/vpp" # Skip apply patches by build.py as we use them in build_cmd apply_patches = false |
