diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2001-06-26 23:24:07 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2001-06-26 23:24:07 +0000 |
commit | 7c78add46f8923ccecb22448f42730a2e7a9e5fe (patch) | |
tree | fd75e521bb8582c607daf6bb99ae6af59a55f533 /sbin/pfctl/pfctl.8 | |
parent | e5aa2ae3c2db89c0ffedc4daf9f09bf120334a10 (diff) |
Add -N (parse, but do not load) and -v (verbose: show parsed rules)
for pf and nat rules.
Diffstat (limited to 'sbin/pfctl/pfctl.8')
-rw-r--r-- | sbin/pfctl/pfctl.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 6fe58ec3079..70e837dbaea 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.11 2001/06/26 17:52:40 kjell Exp $ +.\" $OpenBSD: pfctl.8,v 1.12 2001/06/26 23:24:05 kjell Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -40,8 +40,10 @@ .Op Fl c Ar set .Op Fl l Ar interface .Op Fl n Ar file +.Op Fl N .Op Fl r Ar file .Op Fl s Ar set +.Op Fl v .Sh DESCRIPTION The .Nm @@ -98,6 +100,8 @@ Enable collection of packet and byte count statistics for interface named These statistics can be viewed with the .Fl s Ar status option. +.It Fl N +Do not actually load rules .It Fl n Ar file Load a NAT rules file .It Fl r Ar file @@ -116,6 +120,8 @@ Show the contents of the state table .It Ar status Show filter statistics .El +.It Fl v +Show rules as they are parsed .El .Sh FILES .Bl -tag -width "/etc/nat.conf" -compact |