diff options
author | 2005-04-14 03:45:03 +0000 | |
---|---|---|
committer | 2005-04-14 03:45:03 +0000 | |
commit | 6e1f6055232da7a2e7a2062ef0b24f1d77c662e2 (patch) | |
tree | ea341fd848c406368f90050652b37b2986dc13a8 | |
parent | set ret to 0 after using it to check snprintf() so that (diff) | |
download | wireguard-openbsd-6e1f6055232da7a2e7a2062ef0b24f1d77c662e2.tar.xz wireguard-openbsd-6e1f6055232da7a2e7a2062ef0b24f1d77c662e2.zip |
sync the list of acceptable values for 'reason' with reality
-rw-r--r-- | sbin/pflogd/pflogd.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/pflogd/pflogd.8 b/sbin/pflogd/pflogd.8 index d13b772b630..8b91bf50b2c 100644 --- a/sbin/pflogd/pflogd.8 +++ b/sbin/pflogd/pflogd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pflogd.8,v 1.25 2005/01/02 18:15:02 jmc Exp $ +.\" $OpenBSD: pflogd.8,v 1.26 2005/04/14 03:45:03 joel Exp $ .\" .\" Copyright (c) 2001 Can Erkin Acar. All rights reserved. .\" @@ -162,7 +162,9 @@ Rule number equals 10. .It reason match Reason equals match. Also accepts "bad-offset", "fragment", "bad-timestamp", "short", -"normalize" and "memory". +"normalize", "memory", "congestion", "ip-option", "proto-cksum", +"state-mismatch", "state-insert", "state-limit", "src-limit", +and "synproxy". .It action pass Action equals pass. Also accepts "block". |