document net.inet.ip.anonport{min,max}
This commit is contained in:
parent
1f8f74b669
commit
028802f851
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: sysctl.3,v 1.18 1997/12/11 23:30:47 thorpej Exp $
|
||||
.\" $NetBSD: sysctl.3,v 1.19 1998/01/05 09:59:03 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -470,6 +470,8 @@ The currently defined protocols and names are:
|
||||
.It ip directed-broadcast integer yes
|
||||
.It ip allowsrcrt integer yes
|
||||
.It ip subnetsarelocal integer yes
|
||||
.It ip anonportmin integer yes
|
||||
.It ip anonportmax integer yes
|
||||
.It icmp maskrepl integer yes
|
||||
.It tcp rfc1323 integer yes
|
||||
.It tcp sendspace integer yes
|
||||
@ -506,6 +508,14 @@ Returns 1 if directed broadcast behavior is enabled for the host.
|
||||
Returns 1 if the host accepts source routed packets.
|
||||
.It Li ip.subnetsarelocal
|
||||
Returns 1 if subnets are to be considered local addresses.
|
||||
.It Li ip.anonportmin
|
||||
The lowest port number to use for TCP and UDP ephemeral port allocation.
|
||||
This cannot be set to less that 1024 or greater than 65535.
|
||||
.It Li ip.anonportmax
|
||||
The highest port number to use for TCP and UDP ephemeral port allocation.
|
||||
This cannot be set to less that 1024 or greater than 65535, and must
|
||||
be greater than
|
||||
.Li ip.anonportmin .
|
||||
.It Li icmp.maskrepl
|
||||
Returns 1 if ICMP network mask requests are to be answered.
|
||||
.It Li tcp.rfc1323
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: sysctl.8,v 1.17 1997/12/11 23:38:01 thorpej Exp $
|
||||
.\" $NetBSD: sysctl.8,v 1.18 1998/01/05 10:03:44 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -143,6 +143,8 @@ privilege can change the value.
|
||||
.It net.inet.ip.allowsrcrt integer yes
|
||||
.It net.inet.ip.subnetsarelocal integer yes
|
||||
.It net.inet.ip.mtudisc integer yes
|
||||
.It net.inet.ip.anonportmin integer yes
|
||||
.It net.inet.ip.anonportmax integer yes
|
||||
.It net.inet.icmp.maskrepl integer yes
|
||||
.It net.inet.tcp.rfc1323 integer yes
|
||||
.It net.inet.tcp.sendspace integer yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user