diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-02 18:15:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-02 18:15:03 +0000 |
commit | a5d980073b25da883022440e9025702f65772ef5 (patch) | |
tree | b3b0759da7d4738c94600f53c17a3ac5b833bb0c /sbin | |
parent | 8988dd62f3ed77c7c199f39dfd81f2be88d30713 (diff) |
"bad-timestamp" is a valid logging reason;
from joel knight;
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/pflogd/pflogd.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/pflogd/pflogd.8 b/sbin/pflogd/pflogd.8 index ac8fe78aa0a..d13b772b630 100644 --- a/sbin/pflogd/pflogd.8 +++ b/sbin/pflogd/pflogd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pflogd.8,v 1.24 2004/01/16 10:45:49 jmc Exp $ +.\" $OpenBSD: pflogd.8,v 1.25 2005/01/02 18:15:02 jmc Exp $ .\" .\" Copyright (c) 2001 Can Erkin Acar. All rights reserved. .\" @@ -161,7 +161,8 @@ Interface name equals "kue0". Rule number equals 10. .It reason match Reason equals match. -Also accepts "bad-offset", "fragment", "short", "normalize" and "memory". +Also accepts "bad-offset", "fragment", "bad-timestamp", "short", +"normalize" and "memory". .It action pass Action equals pass. Also accepts "block". |