Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Oct 2025 12:48:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        pf@FreeBSD.org
Subject:   [Bug 290177] PF - panicking after upgrade to 15.0-STABLE
Message-ID:  <bug-290177-16861-pNXKzskTu5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-290177-16861@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290177

--- Comment #13 from Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> ---
In case of only one exclusion, using: 

rdr pass inet proto tcp from ! <white> to any port = smtp -> 127.0.0.1 port
2525

instead of:

no rdr inet proto tcp from <white> to any port = smtp
rdr pass inet proto tcp from any to any port = smtp -> 127.0.0.1 port 2525

should also work, but it doesn't (there is neither redirection nor no
redirection, packets from <white> reach neither port 25 nor 2525). The test was
done with the patch from comment #7 applied.

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

home | help

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