diff options
author | 2003-06-07 20:05:12 +0000 | |
---|---|---|
committer | 2003-06-07 20:05:12 +0000 | |
commit | 523123b7d8ddb45a9acda0eaca356e7fc18549a8 (patch) | |
tree | 80814a479bc2149887598de9fc182963a1935d26 | |
parent | document "load anchor from file" (diff) | |
download | wireguard-openbsd-523123b7d8ddb45a9acda0eaca356e7fc18549a8.tar.xz wireguard-openbsd-523123b7d8ddb45a9acda0eaca356e7fc18549a8.zip |
update BNF to include "! tagged"
-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 98d01ca18a4..4595f79ce11 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.251 2003/06/07 20:00:52 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.252 2003/06/07 20:05:12 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -2122,7 +2122,7 @@ filteropt = user | group | flags | icmp-type | icmp6-type | tos | "fragment" | "no-df" | "min-ttl" number | "max-mss" number | "random-id" | "reassemble tcp" | fragmentation | "allow-opts" | - "label" string | "tag" string | "tagged" string + "label" string | "tag" string | [ ! ] "tagged" string "queue" "(" string | ( string [ [ "," ] string ] ) ")" nat-rule = [ "no" ] "nat" [ "on" ifspec ] [ af ] [ protospec ] |