From 424832f8ccc1349ead3cbb2a1d2e16bdc15f52ff Mon Sep 17 00:00:00 2001 From: zcq98 Date: Wed, 31 Jul 2024 16:18:49 +0800 Subject: [PATCH] fix lr-lb dnat with multiple distributed gateway ports Signed-off-by: zcq98 --- dist/images/Dockerfile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/images/Dockerfile.base b/dist/images/Dockerfile.base index 4aa83de9e6d..e7674d96a9b 100644 --- a/dist/images/Dockerfile.base +++ b/dist/images/Dockerfile.base @@ -51,7 +51,7 @@ RUN cd /usr/src/ && git clone -b branch-24.03 --depth=1 https://github.com/ovn-o # set ether dst addr for dnat on logical switch curl -s https://github.com/kubeovn/ovn/commit/759803ccf2f5823029ed5909ab2cd99b20c6d557.patch | git apply && \ # fix lr-lb dnat with multiple distributed gateway ports - curl -s https://github.com/kubeovn/ovn/commit/c092b1f74ab2dfcc8d814e7a96d0ed99a1d4ec22.patch | git apply && \ + curl -s https://github.com/kubeovn/ovn/commit/3eb25ce85393e97814c6a2b70101afdc66c6626c.patch | git apply && \ # northd: skip arp/nd request for lrp addresses from localnet ports curl -s https://github.com/kubeovn/ovn/commit/1aa952f2f1b348739d2585618a6f2afff2ed4501.patch | git apply && \ # ovn-controller: make activation strategy work for single chassis