Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2024 18:29:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 280834] pf: set skip on <interface> persists and can't be removed
Message-ID:  <bug-280834-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280834

            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 t=
hey
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)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280834-227>