Skip to content

Commit da46073

Browse files
committed
feat: enable NFT_BRIDGE config
Fixes siderolabs/talos#12729 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 7670ff4)
1 parent 15d5d78 commit da46073

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

kernel/build/config-amd64

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1712,7 +1712,9 @@ CONFIG_IP6_NF_TARGET_SYNPROXY=y
17121712
# end of IPv6: Netfilter Configuration
17131713

17141714
CONFIG_NF_DEFRAG_IPV6=y
1715-
# CONFIG_NF_TABLES_BRIDGE is not set
1715+
CONFIG_NF_TABLES_BRIDGE=y
1716+
# CONFIG_NFT_BRIDGE_META is not set
1717+
# CONFIG_NFT_BRIDGE_REJECT is not set
17161718
# CONFIG_NF_CONNTRACK_BRIDGE is not set
17171719
CONFIG_BRIDGE_NF_EBTABLES=y
17181720
CONFIG_BRIDGE_EBT_802_3=y

kernel/build/config-arm64

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1697,7 +1697,9 @@ CONFIG_IP6_NF_TARGET_SYNPROXY=y
16971697
# end of IPv6: Netfilter Configuration
16981698

16991699
CONFIG_NF_DEFRAG_IPV6=y
1700-
# CONFIG_NF_TABLES_BRIDGE is not set
1700+
CONFIG_NF_TABLES_BRIDGE=y
1701+
# CONFIG_NFT_BRIDGE_META is not set
1702+
# CONFIG_NFT_BRIDGE_REJECT is not set
17011703
# CONFIG_NF_CONNTRACK_BRIDGE is not set
17021704
CONFIG_BRIDGE_NF_EBTABLES=y
17031705
CONFIG_BRIDGE_EBT_802_3=y

0 commit comments

Comments
 (0)