Skip to content

Commit

Permalink
[stable/2023.2] Add ovs-tcpdump to Open vSwitch image (#1598)
Browse files Browse the repository at this point in the history
This is an automated cherry-pick of #1591
/assign mnaser
  • Loading branch information
vexxhost-bot authored Jul 16, 2024
1 parent b6595fc commit 34d7f83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion images/openvswitch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ RUN <<EOF sh -xe
dnf -y --setopt=install_weak_deps=False --setopt=tsflags=nodocs install \
centos-release-nfv-openvswitch.noarch
dnf -y --setopt=install_weak_deps=False --setopt=tsflags=nodocs install \
openvswitch${OVS_SERIES}-${OVS_VERSION}.el9s iptables
iptables \
openvswitch${OVS_SERIES}-${OVS_VERSION}.el9s \
openvswitch${OVS_SERIES}-test-${OVS_VERSION}.el9s \
python3-netifaces \
tcpdump
dnf -y clean all
rm -rf /var/cache/dnf
EOF

0 comments on commit 34d7f83

Please sign in to comment.