diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2004-02-12 02:05:33 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2004-02-12 02:05:33 +0000 |
commit | 52683e90132c931fc43071e7db1af3386a51ea79 (patch) | |
tree | 94a16c3b7936c3fa58b51fcb3a52753d3bb42d68 /sbin/pfctl/pfctl.8 | |
parent | 7602d7d103c9134a034d5238e295c4aae66e150c (diff) |
add -p flag to specify the device - ok mcbride@, henning@ with no objections
from deraadt@
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 e2e16554af6..fa5840dde40 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.105 2003/12/31 11:18:24 cedric Exp $ +.\" $OpenBSD: pfctl.8,v 1.106 2004/02/12 02:05:32 beck Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -226,6 +226,11 @@ Other rules and options are ignored. .It Fl O Load only the options present in the rule file. Other rules and options are ignored. +.It Fl p Ar device +use the device file +.Ar device +instead of the default +.Pa /dev/pf . .It Fl s Ar modifier Show the filter parameters specified by .Ar modifier |