Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src pullup (approved by releng-1-5)
details: https://anonhg.NetBSD.org/src/rev/eaf5cebf3698
branches: netbsd-1-5
changeset: 489281:eaf5cebf3698
user: itojun <itojun%NetBSD.org@localhost>
date: Sun Aug 27 00:51:08 2000 +0000
description:
pullup (approved by releng-1-5)
> document net.inet.ip.lowport{min,max}
> cvs rdiff -r1.66 -r1.67 basesrc/lib/libc/gen/sysctl.3
> cvs rdiff -r1.52 -r1.53 basesrc/sbin/sysctl/sysctl.8
diffstat:
lib/libc/gen/sysctl.3 | 18 +++++++++++++++---
sbin/sysctl/sysctl.8 | 4 +++-
2 files changed, 18 insertions(+), 4 deletions(-)
diffs (66 lines):
diff -r a5a9380d0877 -r eaf5cebf3698 lib/libc/gen/sysctl.3
--- a/lib/libc/gen/sysctl.3 Sat Aug 26 16:38:32 2000 +0000
+++ b/lib/libc/gen/sysctl.3 Sun Aug 27 00:51:08 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysctl.3,v 1.58.2.2 2000/08/16 01:23:23 itojun Exp $
+.\" $NetBSD: sysctl.3,v 1.58.2.3 2000/08/27 00:51:08 itojun Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -666,6 +666,8 @@
.It ip anonportmax integer yes
.It ip mtudisctimeout integer yes
.It ip gifttl integer yes
+.It ip lowportmin integer yes
+.It ip lowportmax integer yes
.It icmp maskrepl integer yes
.It icmp errppslimit integer yes
.It tcp rfc1323 integer yes
@@ -723,10 +725,10 @@
Returns 1 if Path MTU Discovery is enabled.
.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.
+This cannot be set to less than 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
+This cannot be set to less than 1024 or greater than 65535, and must
be greater than
.Li ip.anonportmin .
.It Li ip.mtudisctimeout
@@ -737,6 +739,16 @@
The maximum time-to-live (hop count) value for an IPv4 packet generated by
.Xr gif 4
tunnel interface.
+.It Li ip.lowportmin
+The lowest port number to use for TCP and UDP reserved port allocation.
+This cannot be set to less than 0 or greater than 1024, and must
+be smaller than
+.Li ip.lowportmax .
+.It Li ip.lowportmax
+The highest port number to use for TCP and UDP reserved port allocation.
+This cannot be set to less than 0 or greater than 1024, and must
+be greater than
+.Li ip.lowportmin .
.It Li icmp.maskrepl
Returns 1 if ICMP network mask requests are to be answered.
.It Li icmp.errppslimit
diff -r a5a9380d0877 -r eaf5cebf3698 sbin/sysctl/sysctl.8
--- a/sbin/sysctl/sysctl.8 Sat Aug 26 16:38:32 2000 +0000
+++ b/sbin/sysctl/sysctl.8 Sun Aug 27 00:51:08 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysctl.8,v 1.47.4.1 2000/08/16 01:23:21 itojun Exp $
+.\" $NetBSD: sysctl.8,v 1.47.4.2 2000/08/27 00:51:11 itojun Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -201,6 +201,8 @@
.It net.inet.ip.directed-broadcast integer yes
.It net.inet.ip.forwarding integer yes
.It net.inet.ip.forwsrcrt integer yes
+.It net.inet.ip.lowportmax integer yes
+.It net.inet.ip.lowportmin integer yes
.It net.inet.ip.mtudisc integer yes
.It net.inet.ip.mtudisctimeout integer yes
.It net.inet.ip.redirect integer yes
Home |
Main Index |
Thread Index |
Old Index