diff options
author | Alexandr Nedvedicky <sashan@cvs.openbsd.org> | 2020-12-07 08:29:42 +0000 |
---|---|---|
committer | Alexandr Nedvedicky <sashan@cvs.openbsd.org> | 2020-12-07 08:29:42 +0000 |
commit | eef7bfe021f4232957095fce2a6571fd9394e6c7 (patch) | |
tree | ff2d375d728d96411ea04ef22d5ae0ddc8638c0e /share | |
parent | 4042a9e180f0ec2664570a99773601827201a4e4 (diff) |
synproxy should be processing incoming SYN packets only.
issue noticed by sthen@. fix discussed with bluhm@ and procter@
OK bluhm@, kn@, procter@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/pf.conf.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index e81198370c9..5be2f03e70d 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.584 2020/02/10 13:18:20 schwarze Exp $ +.\" $OpenBSD: pf.conf.5,v 1.585 2020/12/07 08:29:41 sashan Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" Copyright (c) 2003 - 2013 Henning Brauer <henning@openbsd.org> @@ -28,7 +28,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 10 2020 $ +.Dd $Mdocdate: December 7 2020 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -2126,6 +2126,7 @@ will not work if .Xr pf 4 operates on a .Xr bridge 4 . +Also they act on incoming SYN packets only. .Pp Example: .Bd -literal -offset indent |