Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 08/25/2000 16:35:06
Module Name:	syssrc
Committed By:	tron
Date:		Fri Aug 25 13:35:06 UTC 2000

Modified Files:
	syssrc/sys/netinet: in.h in_pcb.c ip_input.c ip_var.h

Log Message:
Add new sysctl variables "net.inet.ip.lowportmin" and
"net.inet.ip.lowportmax" which can be used to the minimum and maximum
number of ports assigned to sockets using IP_PORTRANGE_LOW.


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 syssrc/sys/netinet/in.h
cvs rdiff -r1.66 -r1.67 syssrc/sys/netinet/in_pcb.c
cvs rdiff -r1.116 -r1.117 syssrc/sys/netinet/ip_input.c
cvs rdiff -r1.41 -r1.42 syssrc/sys/netinet/ip_var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.