From bbb72b7b9f59acd3621538fe35b00cca5bd0985e Mon Sep 17 00:00:00 2001 From: Tomas Hruby Date: Mon, 28 Oct 2024 11:06:27 -0700 Subject: [PATCH] [BPF] fix VLAN not supported docs --- calico/operations/ebpf/enabling-ebpf.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calico/operations/ebpf/enabling-ebpf.mdx b/calico/operations/ebpf/enabling-ebpf.mdx index 1a57fe5a4c..f576eee752 100644 --- a/calico/operations/ebpf/enabling-ebpf.mdx +++ b/calico/operations/ebpf/enabling-ebpf.mdx @@ -74,7 +74,7 @@ To enable IPv6 in eBPF mode, see [Configure dual stack or IPv6 only](../../netwo - Floating IPs. - SCTP (either for policy or services). This is due to lack of kernel support for the SCTP checksum in BPF. - `Log` action in policy rules. This is because the `Log` action maps to the iptables `LOG` action and BPF programs cannot access that log. -- VLAN-based traffic. +- VLAN-based traffic - it is OK to use a VLAN device as a device that connects a node to the cluster, modify `bpfDataIfacePattern` accordingly. However any VLAN packets on the "main - non-vlan" device would be dropped if the main interfaces is included in `bpfDataIfacePattern`. Include `bond0.1010` and exclude `bond0`. ### Performance