Page MenuHomeFreeBSD

pf: Support killing 'matching' states
ClosedPublic

Authored by kp on May 3 2021, 2:51 PM.
Tags
None
Referenced Files
F84681820: D30092.diff
Mon, May 27, 2:05 AM
Unknown Object (File)
Sun, May 19, 12:46 AM
Unknown Object (File)
Wed, May 8, 11:43 AM
Unknown Object (File)
Fri, May 3, 8:53 PM
Unknown Object (File)
Wed, May 1, 8:19 PM
Unknown Object (File)
Tue, Apr 30, 7:07 PM
Unknown Object (File)
Apr 23 2024, 2:23 AM
Unknown Object (File)
Apr 18 2024, 9:06 AM

Details

Summary

Optionally also kill states that match (i.e. are the NATed state or
opposite direction state entry for) the state we're killing.

See also https://redmine.pfsense.org/issues/8555

Submitted by: Steven Brown
Obtained from: https://github.com/pfsense/FreeBSD-src/pull/11/
MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kp requested review of this revision.May 3 2021, 2:51 PM

Minor man page nit.

sbin/pfctl/pfctl.8
340

Line break after the sentence stop needed here.

Manpage looks good now.
I guess upstream will incorporate it, too.

In D30092#675436, @bcr wrote:

I guess upstream will incorporate it, too.

We are upstream. The patch was originally submitted against pfsense, but we're the pfsense upstream, so they'll get it as part of their usual sync operations.

Right, I thought it was the other way around, but this makes more sense. :-)

This revision was not accepted when it landed; it landed in state Needs Review.May 7 2021, 8:15 PM
This revision was automatically updated to reflect the committed changes.