summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorCamiel Dobbelaar <camield@cvs.openbsd.org>2006-03-26 19:16:07 +0000
committerCamiel Dobbelaar <camield@cvs.openbsd.org>2006-03-26 19:16:07 +0000
commit6d6f881a8219516934610e35ca0edeca5a133d2b (patch)
tree249e39585b37fa594f0217b99a990b589551be06 /usr.sbin
parentc60e699b1dc1e416a70537f132b0d319ce3228c0 (diff)
nat, rdr, binat and scrub are valid pf actions to filter on
ok dhartmei
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/tcpdump/tcpdump.810
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8
index 98eed34395e..52793779e46 100644
--- a/usr.sbin/tcpdump/tcpdump.8
+++ b/usr.sbin/tcpdump/tcpdump.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tcpdump.8,v 1.59 2005/10/20 03:33:20 deraadt Exp $
+.\" $OpenBSD: tcpdump.8,v 1.60 2006/03/26 19:16:06 camield Exp $
.\"
.\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996
.\" The Regents of the University of California. All rights reserved.
@@ -710,10 +710,14 @@ Synonymous with the
modifier.
.It Cm action Ar act
True if PF took the specified action when the packet was logged.
-Known actions are:
+Valid actions are:
.Ar pass ,
+.Ar block ,
+.Ar nat ,
+.Ar rdr ,
+.Ar binat
and
-.Ar block
+.Ar scrub
(applies only to packets logged by
.Xr pf 4 ) .
.It Xo