https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290177
--- Comment #13 from Marek Zarychta <[email protected]> --- 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.
