Skip to content

Commit

Permalink
Add comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Oct 21, 2024
1 parent 80bb824 commit 78859fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/webhook/shoot/mutator.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ func (m *mutator) mutateCalicoNode(_ context.Context, ds *appsv1.DaemonSet) erro
c.Env = extensionswebhook.EnsureEnvVarWithName(c.Env, corev1.EnvVar{
Name: "FELIX_BPFDATAIFACEPATTERN",
// including "lan" interface name to default value
// (see https://github.com/projectcalico/calico/blob/3f7fe4d290541bbdd73c97bdc89a29a29855a48a/felix/config/config_params.go#L180)
Value: "^((en|wl|ww|sl|ib)[Popsx].*|(lan|eth|wlan|wwan).*|tunl0$|vxlan.calico$|wireguard.cali$|wg-v6.cali$)",
})

Expand Down

0 comments on commit 78859fd

Please sign in to comment.