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
This commit is contained in:
Andrey V. Elsukov 2017-04-04 23:28:22 +00:00
parent 3128b167ed
commit b72ff4a149
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=316507

View File

@ -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[any] any
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