Skip to content

Commit abaee01

Browse files
committed
base: remove patch for fixing ofpbuf memory leak (#2715)
1 parent 2e800bf commit abaee01

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

dist/images/Dockerfile.base

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ RUN cd /usr/src/ && \
1616
cd ovs && \
1717
# ovsdb-idl: Support write-only-changed IDL monitor mode
1818
curl -s https://github.com/kubeovn/ovs/commit/bef703ef862fbbf8740b8d5bf6ca8df9ed617da5.patch | git apply && \
19-
# dpif-netlink.: fix ofpbuf memory leak
20-
curl -s https://github.com/kubeovn/ovs/commit/142fdf9e324a0598b1377b0fa7776616e88a6684.patch | git apply && \
2119
# fix memleak
2220
curl -s https://github.com/kubeovn/ovs/commit/3cf5c5236494b5f54dd2c363f2b547f9d90b372d.patch | git apply && \
2321
# fix log file descriptor leak in monitor process

dist/images/Dockerfile.debug

-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ RUN cd /usr/src/ && \
2727
rm debian/libopenvswitch.install debian/libopenvswitch-dev.install && \
2828
# ovsdb-idl: Support write-only-changed IDL monitor mode
2929
curl -s https://github.com/kubeovn/ovs/commit/bef703ef862fbbf8740b8d5bf6ca8df9ed617da5.patch | git apply && \
30-
# dpif-netlink.: fix ofpbuf memory leak
31-
curl -s https://github.com/kubeovn/ovs/commit/142fdf9e324a0598b1377b0fa7776616e88a6684.patch | git apply && \
3230
# fix memleak
3331
curl -s https://github.com/kubeovn/ovs/commit/3cf5c5236494b5f54dd2c363f2b547f9d90b372d.patch | git apply && \
3432
# fix log file descriptor leak in monitor process

0 commit comments

Comments
 (0)