Set the number of rulesets (i.e., anchors) directly attached to the
anchor and its path in pfctl_get_ruleset().
While here, add a test to document this behavior.
PR: 290478
Fixes: 041ce1d690f1 ("pfctl: recursively flush rules and tables")
Differential D53358
libpfctl: Fix displaying deeply nested anchors Authored by jlduran on Sun, Oct 26, 2:29 AM. Tags None Referenced Files
Details Set the number of rulesets (i.e., anchors) directly attached to the While here, add a test to document this behavior. PR: 290478
Diff Detail
Event TimelineComment Actions Remove patch file for bugzila. Note that the previous behavior was: $ pfctl -sA foo $ pfctl -a foo -sA foo/bar foo/baz The new behavior (compatible with OpenBSD) is: $ pfctl -sA foo foo/bar foo/baz $ pfctl -a foo -sA foo/bar foo/baz Comment Actions Ignore stderr for now, it throws a bogus warning about an (ethernet) anchor not found (PR 280516).
Comment Actions Address suggestions:
| ||||||||||||||||||||||||||||||||||