[Bug 280834] pf: set skip on <interface> persists and can't be removed
Date: Thu, 15 Aug 2024 18:29:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280834 Bug ID: 280834 Summary: pf: set skip on <interface> persists and can't be removed Product: Base System Version: 14.1-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: bsdlists917+freebsdbugzilla@gmail.com If adding "set skip on wg0" in pf.conf, the rule persists and seemingly can't be removed when loading new rules without this skip line. Using FreeBSD 14.1-RELEASE-p3 GENERIC amd64 The top of my pf.conf: ## Don't filter on loopback interface set skip on lo0 set skip on wg0 # pfctl -v -s Interfaces No ALTQ support in kernel ALTQ related functions disabled all lo lo0 (skip) pflog pflog0 vtnet0 wg wg0 (skip) Removed skip on wg0 as I got the rules in place I wanted and reloaded but they did not have any effect, as skip on wg0 was still in place. No errors in the rules preventing them from updating: # pfctl -nf /etc/pf.conf # pfctl -f /etc/pf.conf # pfctl -v -s Interfaces No ALTQ support in kernel ALTQ related functions disabled all lo lo0 (skip) pflog pflog0 vtnet0 wg wg0 (skip) -- You are receiving this mail because: You are the assignee for the bug.