]> git.ipfire.org Git - thirdparty/iptables.git/commit
xtables-monitor: Ignore ebtables policy rules unless tracing
authorPhil Sutter <phil@nwl.cc>
Fri, 12 Jul 2024 16:07:16 +0000 (18:07 +0200)
committerPhil Sutter <phil@nwl.cc>
Sat, 27 Jul 2024 12:32:39 +0000 (14:32 +0200)
commit5aa4935bc88fd8acf90cce4535e58fc3be85f055
treeeef6d180618018e98459be083568d41312c271ae
parent56217d37aa38938ec3e118ae761481522155ff21
xtables-monitor: Ignore ebtables policy rules unless tracing

Do not expose this implementation detail to users, otherwise new
user-defined chains are followed by a new rule event.

When tracing, they are useful as they potentially terminate rule
traversal.

Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables/nft.c
iptables/nft.h
iptables/tests/shell/testcases/nft-only/0012-xtables-monitor_0
iptables/xtables-monitor.c