From 7579b4f5c47040013e3af48b0e17d099f3c47159 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 3 Apr 2023 10:37:00 +0000 Subject: [PATCH] Add envxx support to MTUIfacePattern for ppc arch --- felix/config/config_params.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/felix/config/config_params.go b/felix/config/config_params.go index db6d779a124..36f0024448d 100644 --- a/felix/config/config_params.go +++ b/felix/config/config_params.go @@ -385,7 +385,7 @@ type Config struct { Variant string `config:"string;Calico"` // Configures MTU auto-detection. - MTUIfacePattern *regexp.Regexp `config:"regexp;^((en|wl|ww|sl|ib)[Pcopsx].*|(eth|wlan|wwan).*)"` + MTUIfacePattern *regexp.Regexp `config:"regexp;^((en|wl|ww|sl|ib)[Pcopsvx].*|(eth|wlan|wwan).*)"` // Encapsulation information calculated from IP Pools and FelixConfiguration (VXLANEnabled and IpInIpEnabled) Encapsulation Encapsulation