summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hartmeier <dhartmei@cvs.openbsd.org>2005-08-05 22:36:00 +0000
committerDaniel Hartmeier <dhartmei@cvs.openbsd.org>2005-08-05 22:36:00 +0000
commite58578af231b75e49580dbb6977fcc38ee280b4f (patch)
tree96f75606976077aa136fd95eea593c20366fc2de
parent26a77baa60322ab9132ee64e6f90be6cf558d38d (diff)
document "set skip on" in the BNF grammar, from David Krause
-rw-r--r--share/man/man5/pf.conf.53
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" ) ]