summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2005-04-16 00:01:17 +0000
committerjmc <jmc@openbsd.org>2005-04-16 00:01:17 +0000
commitdb5b9a19822a9a7e0baf4a25353e65d539645ac9 (patch)
tree978d12267760f8a5b6535d28e4ca67f4c2e3ab21
parentReport dhcp success *only* if the interface is UP, and an address other (diff)
downloadwireguard-openbsd-db5b9a19822a9a7e0baf4a25353e65d539645ac9.tar.xz
wireguard-openbsd-db5b9a19822a9a7e0baf4a25353e65d539645ac9.zip
add isakmpd.policy to FILES and sort;
-rw-r--r--share/man/man8/vpn.811
1 files changed, 7 insertions, 4 deletions
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8
index 66c54633798..133123a7f8b 100644
--- a/share/man/man8/vpn.8
+++ b/share/man/man8/vpn.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vpn.8,v 1.93 2005/04/15 08:12:53 jmc Exp $
+.\" $OpenBSD: vpn.8,v 1.94 2005/04/16 00:01:17 jmc Exp $
.\"
.\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
@@ -579,14 +579,17 @@ To run with verbose debugging enabled, instead start with:
.Dl # /sbin/isakmpd -d -DA=99
.El
.Sh FILES
-.Bl -tag -width "/etc/isakmpd/isakmpd.confXX" -compact
-.It Pa /usr/share/ipsec/rc.vpn
-Sample VPN configuration file.
+.Bl -tag -width "/etc/isakmpd/isakmpd.policyXX" -compact
.It Pa /etc/isakmpd/isakmpd.conf
.Xr isakmpd 8
configuration file.
+.It Pa /etc/isakmpd/isakmpd.policy
+.Xr isakmpd 8
+policy file.
.It Pa /etc/pf.conf
Firewall configuration file.
+.It Pa /usr/share/ipsec/rc.vpn
+Sample VPN configuration file.
.El
.Sh SEE ALSO
.Xr openssl 1 ,