summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-12-13 22:30:21 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-12-13 22:30:21 +0000
commit739b41531ef377fb0871afab5a9c76698a99cc9a (patch)
tree05a39ea320cbc40b1e88dfb061c359a35f80ad08
parent98a710af888d06d2a439bb51ceb2919923c4c734 (diff)
minor glitch in the queue example
-rw-r--r--share/man/man5/pf.conf.54
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index e9e4ea4c0e8..6c9bc5c0c13 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.151 2002/12/13 21:54:31 henning Exp $
+.\" $OpenBSD: pf.conf.5,v 1.152 2002/12/13 22:30:20 henning Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -484,7 +484,7 @@ below).
queue ssh_interactive priority 7
queue ssh_bulk priority 0
- block return out on $ext_if inet all queue std
+ block return out on dc0 inet all queue std
pass out on dc0 inet proto tcp from $developerhosts to any port 80 \\
keep state queue developers
pass out on dc0 inet proto tcp from $employeehosts to any port 80 \\