summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorDaniel Hartmeier <dhartmei@cvs.openbsd.org>2002-06-24 09:59:55 +0000
committerDaniel Hartmeier <dhartmei@cvs.openbsd.org>2002-06-24 09:59:55 +0000
commit3ad49a243d26d6d2111162abbb49c4102c89308c (patch)
tree1bdb892db91065085e4c03812c9a7b99dc0eea8d /usr.sbin
parent84819cc59739c74c20dfb4d4673ec1977118aca9 (diff)
Fix more example rules
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/authpf/authpf.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/authpf/authpf.8 b/usr.sbin/authpf/authpf.8
index aa0d6e2e33f..8fefd1f8849 100644
--- a/usr.sbin/authpf/authpf.8
+++ b/usr.sbin/authpf/authpf.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: authpf.8,v 1.15 2002/06/24 07:59:48 deraadt Exp $
+.\" $OpenBSD: authpf.8,v 1.16 2002/06/24 09:59:54 dhartmei Exp $
.\"
.\" Copyright (c) 2002 Bob Beck (beck@openbsd.org>. All rights reserved.
.\"
@@ -413,7 +413,7 @@ pass in log quick on $internal_if proto tcp from $user_ip/32 to any \\
pass in quick on $internal_if proto tcp from $user_ip/32 to any \\
port { 21, 22, 80, 443 }
pass in quick proto udp from $user_ip/32 to $ipsec_gw/32 port = isakmp \\
- keep-state
+ keep state
pass in quick proto esp from $user_ip/32 to $ipsec_gw/32
.Ed
.Sh FILES