From 5012ff3efc34b759c9852ee9b45e6de3979e8add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A5=96=E5=BB=BA?= Date: Wed, 24 Aug 2022 15:57:43 +0800 Subject: [PATCH] base: use patch from OVN upstream (#1844) --- dist/images/Dockerfile.base | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dist/images/Dockerfile.base b/dist/images/Dockerfile.base index 327642f62fc..bf7a518150b 100644 --- a/dist/images/Dockerfile.base +++ b/dist/images/Dockerfile.base @@ -32,8 +32,10 @@ RUN dpkg -i /usr/src/python3-openvswitch*.deb /usr/src/libopenvswitch*.deb RUN cd /usr/src/ && git clone -b branch-22.03 --depth=1 https://github.com/ovn-org/ovn.git && \ cd ovn && \ - # avoid patch interface deletion & recreation during restart - curl -s https://github.com/kubeovn/ovn/commit/48c615300047adcda36535029b04ed30b69ca4c2.patch | git apply && \ + # ovn-controller: Add a generic way to check if the daemon started recently. + curl -s https://github.com/kubeovn/ovn/commit/367d7ab6239089ce99dda20818c8833c69ffd77f.patch | git apply && \ + # patch.c: Avoid patch interface deletion & recreation during restart. + curl -s https://github.com/kubeovn/ovn/commit/e4b97b4961fa80071cb73aa40cf97f586f55b1eb.patch | git apply && \ # do not send traffic that not designate to svc to conntrack curl -s https://github.com/kubeovn/ovn/commit/d26ae4de0ab070f6b602688ba808c8963f69d5c4.patch | git apply && \ # change hash type from dp_hash to hash with field src_ip