Skip to content

Commit

Permalink
vpp: upgrade to v24.10 (30/Oct/24)
Browse files Browse the repository at this point in the history
Please refer to the release notes for the list of new features:

https://s3-docs.fd.io/vpp/24.10/aboutvpp/releasenotes/v24.10.html
  • Loading branch information
onong authored and sknat committed Nov 6, 2024
1 parent 9990175 commit 91274ed
Show file tree
Hide file tree
Showing 19 changed files with 1,920 additions and 31 deletions.
9 changes: 5 additions & 4 deletions vpp-manager/images/ubuntu-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ RUN apt-get update \
nasm \
iperf ethtool \
libpcap-dev \
python3-virtualenv \
libssl-dev \
clang clang-format-11 \
python3-virtualenv \
libssl-dev \
clang clang-format-11 \
libffi7 \
enchant-2 \
tshark
tshark \
libllvm15 libclang-cpp15 clang-format-15 libonig5 libjq1 jq libunwind8 liblzma-dev libunwind-dev

WORKDIR /

Expand Down
2 changes: 1 addition & 1 deletion vpp-manager/images/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update \
&& apt-get install -y openssl libapr1 libnuma1 \
libmbedcrypto7 libmbedtls14 libmbedx509-1 libsubunit0 \
iproute2 ifupdown ethtool libnl-3-dev libnl-route-3-dev \
libpcap0.8 \
libpcap0.8 libunwind8 \
&& rm -rf /var/lib/apt/lists/*

# set work directory
Expand Down
Loading

0 comments on commit 91274ed

Please sign in to comment.