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 2e800bf commit abaee01
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 @@ -16,8 +16,6 @@ RUN cd /usr/src/ && \
cd ovs && \
# ovsdb-idl: Support write-only-changed IDL monitor mode
curl -s https://github.com/kubeovn/ovs/commit/bef703ef862fbbf8740b8d5bf6ca8df9ed617da5.patch | git apply && \
# dpif-netlink.: fix ofpbuf memory leak
curl -s https://github.com/kubeovn/ovs/commit/142fdf9e324a0598b1377b0fa7776616e88a6684.patch | git apply && \
# fix memleak
curl -s https://github.com/kubeovn/ovs/commit/3cf5c5236494b5f54dd2c363f2b547f9d90b372d.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 @@ -27,8 +27,6 @@ RUN cd /usr/src/ && \
rm debian/libopenvswitch.install debian/libopenvswitch-dev.install && \
# ovsdb-idl: Support write-only-changed IDL monitor mode
curl -s https://github.com/kubeovn/ovs/commit/bef703ef862fbbf8740b8d5bf6ca8df9ed617da5.patch | git apply && \
# dpif-netlink.: fix ofpbuf memory leak
curl -s https://github.com/kubeovn/ovs/commit/142fdf9e324a0598b1377b0fa7776616e88a6684.patch | git apply && \
# fix memleak
curl -s https://github.com/kubeovn/ovs/commit/3cf5c5236494b5f54dd2c363f2b547f9d90b372d.patch | git apply && \
# fix log file descriptor leak in monitor process
Expand Down

0 comments on commit abaee01

Please sign in to comment.