From: Phil Sutter Date: Tue, 7 Nov 2023 18:12:14 +0000 (+0100) Subject: ebtables: Fix corner-case noflush restore bug X-Git-Tag: v1.8.11~183 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1083acea70787eea3f7929fd04718434bb05ba8;p=thirdparty%2Fiptables.git ebtables: Fix corner-case noflush restore bug Report came from firwalld, but this is actually rather hard to trigger. Since a regular chain line prevents it, typical dump/restore use-cases are unaffected. Fixes: 73611d5582e72 ("ebtables-nft: add broute table emulation") Cc: Eric Garver Signed-off-by: Phil Sutter --- diff --git a/iptables/tests/shell/testcases/ebtables/0009-broute-bug_0 b/iptables/tests/shell/testcases/ebtables/0009-broute-bug_0 new file mode 100755 index 00000000..0def0ac5 --- /dev/null +++ b/iptables/tests/shell/testcases/ebtables/0009-broute-bug_0 @@ -0,0 +1,25 @@ +#!/bin/sh +# +# Missing BROUTING-awareness in ebt_get_current_chain() caused an odd caching bug when restoring: +# - with --noflush +# - a second table after the broute one +# - A policy command but no chain line for BROUTING chain + +set -e + +case "$XT_MULTI" in +*xtables-nft-multi) + ;; +*) + echo "skip $XT_MULTI" + exit 0 + ;; +esac + +$XT_MULTI ebtables-restore --noflush <