summaryrefslogtreecommitdiffstats
path: root/iptables/tests/shell/testcases/ebtables/0007-chain-policies_0
Commit message (Collapse)AuthorAgeFilesLines
* ebtables: Avoid dropping policy when flushingPhil Sutter2021-09-151-0/+41
Unlike nftables, ebtables' user-defined chains have policies - ebtables-nft implements those internally as invisible last rule. In order to recreate them after a flush command, a rule cache is needed. https://bugzilla.netfilter.org/show_bug.cgi?id=1558