diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2001-10-11 19:02:20 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2001-10-11 19:02:20 +0000 |
commit | ea81b82ec19773ac37fc8a61acb89a850a68ecb0 (patch) | |
tree | 42baefe642b752a0a087ead75a0810f11d4d9abf /share | |
parent | 53d2abb0fe3e426ba6faa07960a0a25262c907f0 (diff) |
List possible flags (FIN, SYN, RST, PUSH, ACK, URG), suggested
by Todd Fries.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/pf.conf.5 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index f4271e7e122..a7c1328bf01 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.22 2001/10/09 13:49:18 dhartmei Exp $ +.\" $OpenBSD: pf.conf.5,v 1.23 2001/10/11 19:02:19 dhartmei Exp $ .\" .\" Copyright (c) 2001, Daniel Hartmeier .\" All rights reserved. @@ -233,6 +233,7 @@ show: The rule only applies to TCP packets that have the flags <a> set out of set <b>. Flags not specified in <b> are ignored. +Possible flags are F (FIN), S (SYN), R (RST), P (PUSH), A (ACK) and U (URG). .Bl -tag -width Fl .It Em flags S/S Flag SYN is set. |