Skip to content

Commit 9fe73bd

Browse files
committed
base: remove patch for fixing ofpbuf memory leak (#2715)
1 parent 42da9dd commit 9fe73bd

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
@@ -15,8 +15,6 @@ RUN cd /usr/src/ && \
1515
cd ovs && \
1616
# ofproto: Fix re-creation of tunnel backing interfaces on restart.
1717
curl -s https://github.com/openvswitch/ovs/commit/8661abd4c41a89116fbd4e4d210e73165cedd323.patch | git apply && \
18-
# dpif-netlink.: fix ofpbuf memory leak
19-
curl -s https://github.com/kubeovn/ovs/commit/c57d7a24cf72a55193aee9bcc2d0425e9477a45b.patch | git apply && \
2018
# fix memleak
2119
curl -s https://github.com/kubeovn/ovs/commit/2dc8e7aa202818952b2fa80b47298604530c9de0.patch | git apply && \
2220
# fix log file descriptor leak in monitor process

dist/images/Dockerfile.debug

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ RUN cd /usr/src/ && \
2121
rm debian/libopenvswitch.install debian/libopenvswitch-dev.install && \
2222
# ofproto: Fix re-creation of tunnel backing interfaces on restart.
2323
curl -s https://github.com/openvswitch/ovs/commit/8661abd4c41a89116fbd4e4d210e73165cedd323.patch | git apply && \
24-
# dpif-netlink.: fix ofpbuf memory leak
25-
curl -s https://github.com/kubeovn/ovs/commit/c57d7a24cf72a55193aee9bcc2d0425e9477a45b.patch | git apply && \
2624
# fix memleak
2725
curl -s https://github.com/kubeovn/ovs/commit/2dc8e7aa202818952b2fa80b47298604530c9de0.patch | git apply && \
2826
# fix log file descriptor leak in monitor process

0 commit comments

Comments
 (0)