From 42a36fb311cded80f9a5b18021fd51a1371e19e8 Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Tue, 21 Sep 2021 10:48:16 +0000 Subject: [PATCH] net-firewall/ebtables: Apply the Flatcar patches - set ebtables to use xtables-nft-multi instead of legacy Signed-off-by: Sayan Chowdhury --- .../net-firewall/ebtables/ebtables-2.0.11-r3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/net-firewall/ebtables/ebtables-2.0.11-r3.ebuild b/sdk_container/src/third_party/coreos-overlay/net-firewall/ebtables/ebtables-2.0.11-r3.ebuild index 3701ea171e..bf33af5eb1 100644 --- a/sdk_container/src/third_party/coreos-overlay/net-firewall/ebtables/ebtables-2.0.11-r3.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/net-firewall/ebtables/ebtables-2.0.11-r3.ebuild @@ -87,9 +87,10 @@ src_install() { } pkg_postinst() { + # Flatcar: Use the xtables-nft-multi to use the nft_backend instead of the legacy if ! eselect ebtables show &>/dev/null; then - elog "Current ebtables implementation is unset, setting to ebtables-legacy" - eselect ebtables set ebtables-legacy + elog "Current ebtables implementation is unset, setting to xtables-nft-multi" + eselect ebtables set xtables-nft-multi fi eselect ebtables show