mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
3128b167ed
commit
b72ff4a149
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue