Skip to content

Commit

Permalink
ovs: fix re-creation of tunnel backing interfaces on restart.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Feb 28, 2023
1 parent 0b7e72f commit 551a714
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/images/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN apt update && apt install build-essential git libnuma-dev autoconf curl \
RUN cd /usr/src/ && \
git clone -b branch-2.16 --depth=1 https://github.com/openvswitch/ovs.git && \
cd ovs && \
# ofproto: Fix re-creation of tunnel backing interfaces on restart.
curl -s https://github.com/openvswitch/ovs/commit/8661abd4c41a89116fbd4e4d210e73165cedd323.patch | git apply && \
# fix memleak
curl -s https://github.com/kubeovn/ovs/commit/2dc8e7aa202818952b2fa80b47298604530c9de0.patch | git apply && \
# fix log file descriptor leak in monitor process
Expand Down

0 comments on commit 551a714

Please sign in to comment.