mention tcp signature
This commit is contained in:
parent
13da18a371
commit
88a8605262
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: options.4,v 1.459 2016/12/27 10:30:24 pgoyette Exp $
|
||||
.\" $NetBSD: options.4,v 1.460 2017/01/08 17:57:37 christos Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996
|
||||
.\" Perry E. Metzger. All rights reserved.
|
||||
|
@ -30,7 +30,7 @@
|
|||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\"
|
||||
.Dd December 13, 2016
|
||||
.Dd January 8, 2017
|
||||
.Dt OPTIONS 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -2018,6 +2018,8 @@ the initial size can be set to some other value.
|
|||
The initial TCP window size can be set via
|
||||
.Xr sysctl 8
|
||||
as well.
|
||||
.It Cd options TCP_SIGNATURE
|
||||
Enable MD5 TCP signatures (RFC 2385) to protect BGP sessions.
|
||||
.It Cd options IPFILTER_LOG
|
||||
This option, in conjunction with
|
||||
.Em pseudo-device ipfilter ,
|
||||
|
|
Loading…
Reference in New Issue