diff options
author | 2006-12-06 09:54:15 +0000 | |
---|---|---|
committer | 2006-12-06 09:54:15 +0000 | |
commit | 58c9dd7dd0910053158a3a1b45a09c7f2c55c84e (patch) | |
tree | 05cf13046a33a96c910d5ec6fb8ee0e6f5c4df4b | |
parent | missing full stop; from daniel matic (diff) | |
download | wireguard-openbsd-58c9dd7dd0910053158a3a1b45a09c7f2c55c84e.tar.xz wireguard-openbsd-58c9dd7dd0910053158a3a1b45a09c7f2c55c84e.zip |
SAD -> SADB; ok hshoexer
-rw-r--r-- | sbin/ipsecctl/ipsec.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5 index 84cacacba47..2821997eca5 100644 --- a/sbin/ipsecctl/ipsec.conf.5 +++ b/sbin/ipsecctl/ipsec.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.conf.5,v 1.107 2006/11/24 13:52:13 reyk Exp $ +.\" $OpenBSD: ipsec.conf.5,v 1.108 2006/12/06 09:54:15 jmc Exp $ .\" .\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved. .\" @@ -715,7 +715,7 @@ In this scenario, .Nm is used to set up SAs manually. The security parameters for a flow -are stored in the Security Association Database (SAD). +are stored in the Security Association Database (SADB). An example of setting up an SA: .Bd -literal -offset 3n # Set up an IPsec SA for flows between 192.168.3.14 and 192.168.3.12 |