Skip to content

Commit

Permalink
base: remove patch for fixing ofpbuf memory leak (#2715)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Apr 26, 2023
1 parent 42da9dd commit 9fe73bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dist/images/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ RUN cd /usr/src/ && \
cd ovs && \
# ofproto: Fix re-creation of tunnel backing interfaces on restart.
curl -s https://github.com/openvswitch/ovs/commit/8661abd4c41a89116fbd4e4d210e73165cedd323.patch | git apply && \
# dpif-netlink.: fix ofpbuf memory leak
curl -s https://github.com/kubeovn/ovs/commit/c57d7a24cf72a55193aee9bcc2d0425e9477a45b.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
2 changes: 0 additions & 2 deletions dist/images/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ RUN cd /usr/src/ && \
rm debian/libopenvswitch.install debian/libopenvswitch-dev.install && \
# ofproto: Fix re-creation of tunnel backing interfaces on restart.
curl -s https://github.com/openvswitch/ovs/commit/8661abd4c41a89116fbd4e4d210e73165cedd323.patch | git apply && \
# dpif-netlink.: fix ofpbuf memory leak
curl -s https://github.com/kubeovn/ovs/commit/c57d7a24cf72a55193aee9bcc2d0425e9477a45b.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 9fe73bd

Please sign in to comment.