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 @@ -16,8 +16,6 @@ RUN cd /usr/src/ && \
16
16
cd ovs && \
17
17
# ovsdb-idl: Support write-only-changed IDL monitor mode
18
18
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 && \
21
19
# fix memleak
22
20
curl -s https://github.com/kubeovn/ovs/commit/3cf5c5236494b5f54dd2c363f2b547f9d90b372d.patch | git apply && \
23
21
# fix log file descriptor leak in monitor process
Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ RUN cd /usr/src/ && \
27
27
rm debian/libopenvswitch.install debian/libopenvswitch-dev.install && \
28
28
# ovsdb-idl: Support write-only-changed IDL monitor mode
29
29
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 && \
32
30
# fix memleak
33
31
curl -s https://github.com/kubeovn/ovs/commit/3cf5c5236494b5f54dd2c363f2b547f9d90b372d.patch | git apply && \
34
32
# fix log file descriptor leak in monitor process
You can’t perform that action at this time.
0 commit comments