diff options
author | 2003-02-11 20:17:35 +0000 | |
---|---|---|
committer | 2003-02-11 20:17:35 +0000 | |
commit | c26d090a71d5f506d4073cc1cc99089d741ef704 (patch) | |
tree | ce15251ad893a35c568200dc29f8dcc0989a7e87 | |
parent | adjust after pfctl changes (diff) | |
download | wireguard-openbsd-c26d090a71d5f506d4073cc1cc99089d741ef704.tar.xz wireguard-openbsd-c26d090a71d5f506d4073cc1cc99089d741ef704.zip |
document pfctl -D macro=value
-rw-r--r-- | sbin/pfctl/pfctl.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 32d49e10d59..2d005b35d5c 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.72 2003/02/08 15:39:06 dhartmei Exp $ +.\" $OpenBSD: pfctl.8,v 1.73 2003/02/11 20:17:35 henning Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -35,6 +35,7 @@ .Bk -words .Op Fl AdehnNqrRvzO .Op Fl a Ar anchor[:ruleset] +.Op Fl D Ar macro=value .Op Fl F Ar modifier .Op Fl f Ar file .Op Fl k Ar host @@ -121,6 +122,9 @@ Load only the queue rules present in the rule file. Other rules and options are ignored. .It Fl d Disable the packet filter. +.It Fl D Ar macro=value +Define macros on the command line. +Overrides macro definition in the ruleset. .It Fl e Enable the packet filter. .It Fl f Ar file |