Skip to content

Commit

Permalink
Add envxx support to MTUIfacePattern for ppc arch
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajalakshmi-Girish committed Sep 15, 2023
1 parent 8cfb09f commit 7579b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion felix/config/config_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7579b4f

Please sign in to comment.