From f0fa11af9f1323d68c337d84c91deb85bf60512d Mon Sep 17 00:00:00 2001 From: Benjamin Leggett Date: Thu, 5 Mar 2026 17:44:48 -0500 Subject: [PATCH] Build this in, since at least one CNI barfs without it --- configs/aarch64/host.config | 2 +- configs/x86_64/host.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/aarch64/host.config b/configs/aarch64/host.config index d328fd7..476a7e3 100644 --- a/configs/aarch64/host.config +++ b/configs/aarch64/host.config @@ -909,7 +909,7 @@ CONFIG_NETWORK_SECMARK=y CONFIG_NET_PTP_CLASSIFY=y CONFIG_NETWORK_PHY_TIMESTAMPING=y CONFIG_NETFILTER_ADVANCED=y -CONFIG_BRIDGE_NETFILTER=m +CONFIG_BRIDGE_NETFILTER=y CONFIG_NETFILTER_INGRESS=y CONFIG_NETFILTER_EGRESS=y diff --git a/configs/x86_64/host.config b/configs/x86_64/host.config index 5ed3415..7ca07d3 100644 --- a/configs/x86_64/host.config +++ b/configs/x86_64/host.config @@ -932,7 +932,7 @@ CONFIG_NETWORK_SECMARK=y CONFIG_NET_PTP_CLASSIFY=y CONFIG_NETWORK_PHY_TIMESTAMPING=y CONFIG_NETFILTER_ADVANCED=y -CONFIG_BRIDGE_NETFILTER=m +CONFIG_BRIDGE_NETFILTER=y CONFIG_NETFILTER_INGRESS=y CONFIG_NETFILTER_EGRESS=y