svn commit: r316507 - head/sbin/setkey
Andrey V. Elsukov
ae at FreeBSD.org
Tue Apr 4 23:28:24 UTC 2017
Author: ae
Date: Tue Apr 4 23:28:22 2017
New Revision: 316507
URL: https://svnweb.freebsd.org/changeset/base/316507
Log:
In the example section show that TCP-MD5 connection needs SA for both
directions.
Submitted by: Mike Tancsa <mike at sentex net>
MFC after: 1 week
Modified:
head/sbin/setkey/setkey.8
Modified: head/sbin/setkey/setkey.8
==============================================================================
--- head/sbin/setkey/setkey.8 Tue Apr 4 23:14:03 2017 (r316506)
+++ head/sbin/setkey/setkey.8 Tue Apr 4 23:28:22 2017 (r316507)
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 7, 2017
+.Dd April 5, 2017
.Dt SETKEY 8
.Os
.\"
@@ -696,6 +696,7 @@ spdadd 10.0.11.41/32[21] 10.0.11.33/32[a
Use TCP MD5 between two numerically specified hosts:
.Bd -literal -offset indent
add 10.1.10.34 10.1.10.36 tcp 0x1000 -A tcp-md5 "TCP-MD5 BGP secret" ;
+add 10.1.10.36 10.1.10.34 tcp 0x1000 -A tcp-md5 "TCP-MD5 BGP secret" ;
.Ed
.\"
.Sh SEE ALSO
More information about the svn-src-all
mailing list