summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSebastian Benoit <benno@cvs.openbsd.org>2016-01-05 22:51:39 +0000
committerSebastian Benoit <benno@cvs.openbsd.org>2016-01-05 22:51:39 +0000
commit11933600925cacbdbefcc2ad9fc5dff97ca6d2d6 (patch)
tree24822e4d6bc04632cdb9347d0867fd8b5089e6b4 /share
parentee6e62bb2b8d1584867f2b2051a249ab004edca4 (diff)
remove long deprecated "set debug "none|urgent|misc|loud" levels in
pf.conf. Change this before upgrade or pf.conf won't load. florian@ henning@ phessler@ jung@
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/pf.conf.57
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 87441de2130..9b1e2a86647 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.550 2015/11/03 11:21:16 sobrado Exp $
+.\" $OpenBSD: pf.conf.5,v 1.551 2016/01/05 22:51:38 benno Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" Copyright (c) 2003 - 2013 Henning Brauer <henning@openbsd.org>
@@ -28,7 +28,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 3 2015 $
+.Dd $Mdocdate: January 5 2016 $
.Dt PF.CONF 5
.Os
.Sh NAME
@@ -2632,7 +2632,8 @@ option = "set" ( [ "timeout" ( timeout | "{" timeout-list "}" ) ] |
[ "state-defaults" state-opts ]
[ "fingerprints" filename ] |
[ "skip on" ifspec ] |
- [ "debug" ( "none" | "urgent" | "misc" | "loud" ) ] |
+ [ "debug" ( "emerg" | "alert" | "crit" | "err" |
+ "warning" | "notice" | "info" | "debug" ) ] |
[ "reassemble" ( "yes" | "no" ) [ "no-df" ] ] )
pf-rule = action [ ( "in" | "out" ) ]