File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ 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 && \
19
21
# fix memleak
20
22
curl -s https://github.com/kubeovn/ovs/commit/3cf5c5236494b5f54dd2c363f2b547f9d90b372d.patch | git apply && \
21
23
# fix log file descriptor leak in monitor process
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ 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 && \
30
32
# fix memleak
31
33
curl -s https://github.com/kubeovn/ovs/commit/3cf5c5236494b5f54dd2c363f2b547f9d90b372d.patch | git apply && \
32
34
# fix log file descriptor leak in monitor process
You can’t perform that action at this time.
0 commit comments