diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2006-11-20 14:31:18 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2006-11-20 14:31:18 +0000 |
commit | 88bb23964ecc7e42dcff2537fd1af3c72f6cfe6e (patch) | |
tree | 0bf7396bdba5e34049b43e66790eb6b369e4bb3f /sbin/pfctl/pfctl.8 | |
parent | 2a08eb329d34dbab9c8d2c46e0a242364325e19b (diff) |
-K argument to kill source tracking nodes explicitly, behaves like the
-k argument for killing states; From Berk D. Demir <bdd@mindcast.org>
ok dhartmei henning
Diffstat (limited to 'sbin/pfctl/pfctl.8')
-rw-r--r-- | sbin/pfctl/pfctl.8 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 160530332e6..3d29b8ece0a 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.125 2006/11/01 09:03:00 jmc Exp $ +.\" $OpenBSD: pfctl.8,v 1.126 2006/11/20 14:31:17 mcbride Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -40,6 +40,7 @@ .Op Fl F Ar modifier .Op Fl f Ar file .Op Fl i Ar interface +.Op Fl K Ar host | network .Op Fl k Ar host | network .Op Fl o Op Ar level .Op Fl p Ar device @@ -237,6 +238,17 @@ Help. .It Fl i Ar interface Restrict the operation to the given .Ar interface . +.It Fl K Ar host | network +Kill all of the source tracking entries originating from the specified +.Ar host +or +.Ar network . +A second +.Fl K Ar host +or +.Fl K Ar network +option may be specified, which will kill all the source tracking +entries from the first host/network to the second. .It Fl k Ar host | network Kill all of the state entries originating from the specified .Ar host |