Skip to content

Commit

Permalink
ovs: fix dpif-netlink ofpbuf memory leak (#2620)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Apr 7, 2023
1 parent 42a8686 commit 84a910b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/images/Dockerfile.base
Expand Up @@ -14,6 +14,8 @@ RUN apt update && apt install -y build-essential fakeroot git curl \
RUN cd /usr/src/ && \
git clone -b branch-3.1 --depth=1 https://github.com/openvswitch/ovs.git && \
cd ovs && \
# dpif-netlink.: fix ofpbuf memory leak
curl -s https://github.com/kubeovn/ovs/commit/142fdf9e324a0598b1377b0fa7776616e88a6684.patch | git apply && \
# fix memory leak by ofport_usage and trim memory periodically
curl -s https://github.com/kubeovn/ovs/commit/25d71867370c9a44c66b973556338de7a4d9bad7.patch | git apply && \
# increase election timer
Expand Down

0 comments on commit 84a910b

Please sign in to comment.