Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Jun 2023 10:09:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        pf@FreeBSD.org
Subject:   [Bug 268717] [pf] [ipnat] rdr rules don't work for traffic originating at localhost
Message-ID:  <bug-268717-16861-vaj9j4v1Bd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268717-16861@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268717-16861@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #33 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D4a6b92849e619c40ca9a78d38339798f2=
735ec56

commit 4a6b92849e619c40ca9a78d38339798f2735ec56
Author:     Doug Rabson <dfr@FreeBSD.org>
AuthorDate: 2023-06-02 15:58:33 +0000
Commit:     Doug Rabson <dfr@FreeBSD.org>
CommitDate: 2023-06-03 10:07:56 +0000

    pf: Fix tests broken by enabling inet-local filtering

    Summary:
    Three of the pf dummynet tests were using filter rules which matched
    both the intended epair interface as well as lo0 which now receives
    PFIL_OUT events for messages delivered to the local network stack (if
    enabled). This commit changes the rules to match only for the expected
    epair interface.

    PR:             268717
    Reviewed-by:    kp
    MFC-after:      2 weeks
    Differential Revision: https://reviews.freebsd.org/D40393

 tests/sys/netpfil/common/dummynet.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--=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-268717-16861-vaj9j4v1Bd>