File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ RUN cd /usr/src/ && \
15
15
cd ovs && \
16
16
# ofproto: Fix re-creation of tunnel backing interfaces on restart.
17
17
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 && \
20
18
# fix memleak
21
19
curl -s https://github.com/kubeovn/ovs/commit/2dc8e7aa202818952b2fa80b47298604530c9de0.patch | git apply && \
22
20
# fix log file descriptor leak in monitor process
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ RUN cd /usr/src/ && \
21
21
rm debian/libopenvswitch.install debian/libopenvswitch-dev.install && \
22
22
# ofproto: Fix re-creation of tunnel backing interfaces on restart.
23
23
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 && \
26
24
# fix memleak
27
25
curl -s https://github.com/kubeovn/ovs/commit/2dc8e7aa202818952b2fa80b47298604530c9de0.patch | git apply && \
28
26
# fix log file descriptor leak in monitor process
You can’t perform that action at this time.
0 commit comments