Skip to content

Commit

Permalink
Bump Open vSwitch to 3.3.x
Browse files Browse the repository at this point in the history
Change-Id: Ie1bb67f9fd6767f7c02bc8d2a18303c35ce22a7b
  • Loading branch information
mnaser committed Jan 30, 2025
1 parent 87820d5 commit 63ad0ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions images/openvswitch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

FROM centos
ADD --chmod=755 https://github.com/krallin/tini/releases/download/v0.19.0/tini /tini
ARG OVS_SERIES=3.2
ARG OVS_SERIES=3.3
ARG OVS_VERSION=${OVS_SERIES}.0-80
RUN <<EOF sh -xe
dnf -y --setopt=install_weak_deps=False --setopt=tsflags=nodocs install \
Expand All @@ -14,7 +14,8 @@ dnf -y --setopt=install_weak_deps=False --setopt=tsflags=nodocs install \
openvswitch${OVS_SERIES}-${OVS_VERSION}.el9s \
openvswitch${OVS_SERIES}-test-${OVS_VERSION}.el9s \
python3-netifaces \
tcpdump
tcpdump \
jq
dnf -y clean all
rm -rf /var/cache/dnf
usermod -u 42424 openvswitch
Expand Down
5 changes: 5 additions & 0 deletions releasenotes/notes/bump-openvswitch-435cea61eec39371.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
fixes:
- The Open vSwitch version has been bumped to 3.3.0 in order to resolve packet
drops include ``Packet dropped. Max recirculation depth exceeded.`` log messages
in the Open vSwitch log.

0 comments on commit 63ad0ec

Please sign in to comment.