diff options
author | 2005-08-05 22:35:59 +0000 | |
---|---|---|
committer | 2005-08-05 22:35:59 +0000 | |
commit | 8e241ad590dc02e8ca3735b0336fc8fe42dcd926 (patch) | |
tree | 2fada6a89e891555c05fe44970d333502b07399a | |
parent | when i did the cleanup and switched to http 1.1, i forgot to add chunked (diff) | |
download | wireguard-openbsd-8e241ad590dc02e8ca3735b0336fc8fe42dcd926.tar.xz wireguard-openbsd-8e241ad590dc02e8ca3735b0336fc8fe42dcd926.zip |
document "set skip on" in the BNF grammar, from David Krause
-rw-r--r-- | share/man/man5/pf.conf.5 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 5cefd771ea9..0ad45af68c9 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.335 2005/06/14 18:18:14 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.336 2005/08/05 22:35:59 dhartmei Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -2610,6 +2610,7 @@ option = "set" ( [ "timeout" ( timeout | "{" timeout-list "}" ) ] | [ "state-policy" ( "if-bound" | "floating" ) ] [ "require-order" ( "yes" | "no" ) ] [ "fingerprints" filename ] | + [ "skip on" ( interface-name | "{" interface-list "}" ) ] | [ "debug" ( "none" | "urgent" | "misc" | "loud" ) ] ) pf-rule = action [ ( "in" | "out" ) ] |