diff options
-rw-r--r-- | sbin/ipsecctl/ipsecctl.8 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sbin/ipsecctl/ipsecctl.8 b/sbin/ipsecctl/ipsecctl.8 index 7ff5d1878e6..ef375444f7d 100644 --- a/sbin/ipsecctl/ipsecctl.8 +++ b/sbin/ipsecctl/ipsecctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsecctl.8,v 1.11 2005/06/30 19:05:45 hshoexer Exp $ +.\" $OpenBSD: ipsecctl.8,v 1.12 2005/07/09 22:31:07 hshoexer Exp $ .\" .\" Copyright (c) 2004, 2005 Hans-Joerg Hoexer <hshoexer@openbsd.org> .\" @@ -34,6 +34,14 @@ It allows ruleset configuration and retrieval of status information from the kernel's SPD (Security Policy Database) and SADB (Security Association Database). .Pp +Additionally +.Nm +can be used to configure the SADB for use with TCP MD5 +signatures described in RFC 2385. +See +.Xr tcp 4 +for details . +.Pp The ruleset grammar is described in .Xr ipsec.conf 5 . .Pp @@ -86,6 +94,8 @@ will produce even more verbose output. .\" The next request is for sections 2, 3, and 9 error and signal handling only. .\" .Sh ERRORS .Sh SEE ALSO +.Xr ipsec 4 , +.Xr tcp 4 , .Xr ipsec.conf 5 .\" .Sh STANDARDS .\" .Sh HISTORY |