From edd2ccf9a2d7cd6f72218cc91c6cd25061e9c125 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Tue, 8 Oct 2024 08:19:13 +0200 Subject: [PATCH] Add genev_sys_6081 and vxlan_sys_4789 to cilium devices (#4575) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add genev_sys_6081 to cilium devices Signed-off-by: Andrei Kvapil * Add vzlan_sys_4789 to cilium devices Co-authored-by: 张祖建 --------- Signed-off-by: Andrei Kvapil Co-authored-by: 张祖建 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e0808493f5d..3e2a7ce023b 100644 --- a/Makefile +++ b/Makefile @@ -876,7 +876,7 @@ kind-install-cilium-chaining-%: --set ipv4.enabled=$(shell if echo $* | grep -q ipv6; then echo false; else echo true; fi) \ --set ipv6.enabled=$(shell if echo $* | grep -q ipv4; then echo false; else echo true; fi) \ --set routingMode=native \ - --set devices="eth+ ovn0" \ + --set devices="eth+ ovn0 genev_sys_6081 vxlan_sys_4789" \ --set forceDeviceDetection=true \ --set ipam.mode=cluster-pool \ --set-json ipam.operator.clusterPoolIPv4PodCIDRList='["100.65.0.0/16"]' \