diff --git a/dist/images/Dockerfile.base b/dist/images/Dockerfile.base index b2babfd63b9..ac2ba277da9 100644 --- a/dist/images/Dockerfile.base +++ b/dist/images/Dockerfile.base @@ -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