diff options
author | 2003-02-26 22:55:59 +0000 | |
---|---|---|
committer | 2003-02-26 22:55:59 +0000 | |
commit | bd5978abd01268788bfcfccad4b77bc039946170 (patch) | |
tree | 37465c13d4366506d50c38002e582dfc77bcaf9e | |
parent | minor fix in a debug printf (diff) | |
download | wireguard-openbsd-bd5978abd01268788bfcfccad4b77bc039946170.tar.xz wireguard-openbsd-bd5978abd01268788bfcfccad4b77bc039946170.zip |
Typo/pasto. Spotted by Tim Donahue.
-rw-r--r-- | sbin/isakmpd/samples/VPN-west.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/samples/VPN-west.conf b/sbin/isakmpd/samples/VPN-west.conf index daff4344eaa..161a5847541 100644 --- a/sbin/isakmpd/samples/VPN-west.conf +++ b/sbin/isakmpd/samples/VPN-west.conf @@ -1,4 +1,4 @@ -# $OpenBSD: VPN-west.conf,v 1.12 2002/06/09 08:13:07 todd Exp $ +# $OpenBSD: VPN-west.conf,v 1.13 2003/02/26 22:55:59 ho Exp $ # $EOM: VPN-west.conf,v 1.13 2000/10/09 22:08:30 angelos Exp $ # A configuration sample for the isakmpd ISAKMP/Oakley (aka IKE) daemon. @@ -13,7 +13,7 @@ 10.1.0.12= ISAKMP-peer-east [Phase 2] -Connections= IPsec-east-west +Connections= IPsec-west-east [ISAKMP-peer-east] Phase= 1 @@ -22,7 +22,7 @@ Address= 10.1.0.12 Configuration= Default-main-mode Authentication= mekmitasdigoat -[IPsec-east-west] +[IPsec-west-east] Phase= 2 ISAKMP-peer= ISAKMP-peer-east Configuration= Default-quick-mode |