diff options
author | 2003-03-04 16:50:01 +0000 | |
---|---|---|
committer | 2003-03-04 16:50:01 +0000 | |
commit | eab37d7b4c2a953d35e459b72a735cd02b5fef0b (patch) | |
tree | 4b29aed141a89ef615f2e4ebc679041a2211d0fd | |
parent | other.single was missing in the BNF section, from Maik Kuendig (diff) | |
download | wireguard-openbsd-eab37d7b4c2a953d35e459b72a735cd02b5fef0b.tar.xz wireguard-openbsd-eab37d7b4c2a953d35e459b72a735cd02b5fef0b.zip |
update BNF for 'queue ( q_def, q_pri )' and similar in filteropts
ok henning@
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index b30882057c6..16666e5d5da 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.199 2003/03/04 16:35:47 dhartmei Exp $ +.\" $OpenBSD: pf.conf.5,v 1.200 2003/03/04 16:50:01 pb Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1916,7 +1916,7 @@ filteropt = user | group | flags | icmp-type | icmp6-type | tos | ( keep | modulate ) state [ ( state-opts ) ] | fragment | no-df | min-ttl number | max-mss number | random-id | fragmentation | allow-opts | - label string | queue string + label string | queue ( string | ( string [ [ , ] string ] ) ) nat-rule = [ no ] nat [ on ifspec ] [ af ] [ protospec ] hosts [ -> ( redirhost | { redirhost-list } ) |