diff options
author | Mike Frantzen <frantzen@cvs.openbsd.org> | 2002-03-25 22:05:50 +0000 |
---|---|---|
committer | Mike Frantzen <frantzen@cvs.openbsd.org> | 2002-03-25 22:05:50 +0000 |
commit | 2c17a6c4c9dcacc6f7bd77dd2fbe1186204c519b (patch) | |
tree | e97a1a9f6f77122754611e3e0fe3a2f56a34cc15 /sbin/pfctl/pfctl.8 | |
parent | 89db73fcfbfdf3a4b8dd0dc89403d028a8d26d6d (diff) |
add -k option to shootdown all the state entries from the specified host
ok dhartmei@
Diffstat (limited to 'sbin/pfctl/pfctl.8')
-rw-r--r-- | sbin/pfctl/pfctl.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 7888819e3aa..85e344b6534 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.43 2002/03/21 10:12:42 dhartmei Exp $ +.\" $OpenBSD: pfctl.8,v 1.44 2002/03/25 22:05:49 frantzen Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -35,6 +35,7 @@ .Op Fl dehnqrvz .Op Fl F Ar modifier .Op Fl l Ar interface +.Op Fl k Ar modifier .Op Fl m Ar modifier .Op Fl N Ar file .Op Fl O Ar level @@ -107,6 +108,10 @@ Flush the filter information (statistics that are not bound to rules). .It Fl F Ar all Flush all of the above. .El +.It Fl k Ar modifier +Kill all of the state entries from the specified host. A second -k parameter +may be specified which will kill all the state entries from the first host +and to the second host. .It Fl h Help. .It Fl l Ar interface |