diff options
author | 2002-12-13 22:30:20 +0000 | |
---|---|---|
committer | 2002-12-13 22:30:20 +0000 | |
commit | a87f71ecf66c6fd469e621108e6181d8e6ea7e21 (patch) | |
tree | a25d4f28909fa05facd08e917aca0b5586a621a5 | |
parent | Fix the memory leak introduced with the use of fwohci_block_handler_set(). (diff) | |
download | wireguard-openbsd-a87f71ecf66c6fd469e621108e6181d8e6ea7e21.tar.xz wireguard-openbsd-a87f71ecf66c6fd469e621108e6181d8e6ea7e21.zip |
minor glitch in the queue example
-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 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 \\ |