Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Feb 2021 15:02:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 253164] reply-to in PF brokens after upgrade from 12.1 to 12.2
Message-ID:  <bug-253164-227@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 253164
           Summary: reply-to in PF brokens after upgrade from 12.1 to 12.2
           Product: Base System
           Version: 12.2-STABLE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: skeletor@lissyara.su

After upgrading FreeBSD from 12.1 to 12.2 "reply-to" stopped working. I have
the same on 2 different machines. Both of them had working "reply-to" on 12=
.1
and stopped working after upgrading to 12.2

Packets reply via route map and doesn't consider firewall rules with
"reply-to/route-to"

Rule set doesn't matter, because 'reply-to' doesn't work on 2 different
machines with 2 different rule set.

I use only IPv4, so, i can't check it for IPv6.

$ uname -a
FreeBSD host1.domain.com 12.2-RELEASE-p2 FreeBSD 12.2-RELEASE-p2 r368704 GW=
5=20
amd64

$ uname -a
FreeBSD host2.domain.com 12.2-RELEASE FreeBSD 12.2-RELEASE r367267 kern2  a=
md64

kernel config host1:

include GENERIC
ident GW5

options ALTQ
options ALTQ_CBQ
options ALTQ_RED
options ALTQ_RIO
options ALTQ_HFSC
options ALTQ_PRIQ
options ALTQ_NOPCC
options ALTQ_CDNR
options ALTQ_DEBUG

device pf
device pflog

device                coretemp

maxusers        512
options         NBUF=3D4096

options ROUTETABLES=3D15


kernel config host2:

include         GENERIC
ident           kern2

options ALTQ
options ALTQ_CBQ
options ALTQ_RED
options ALTQ_RIO
options ALTQ_HFSC
options ALTQ_PRIQ
options ALTQ_NOPCC
options ALTQ_CDNR
options ALTQ_DEBUG

device pf
device pflog

maxusers        512

device                coretemp

options         ROUTETABLES=3D15

--=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-253164-227>