Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 06/25/1999 23:16:49
Module Name:	syssrc
Committed By:	sommerfeld
Date:		Sat Jun 26 06:16:49 UTC 1999

Modified Files:
	syssrc/sys/conf: files
	syssrc/sys/netinet: in.c in.h ip_input.c

Log Message:
If the new global variable hostzerobroadcast is zero, no longer assume
address zero of each net/subnet is a broadcast address.
(The default value is nonzero, which preserves the current behavior).

This can be set using sysctl; the boot-time default can also be
configured using the HOSTZEROBROADCAST kernel config option.

While we're here, defopt HOSTZEROBROADCAST and SUBNETSARELOCAL


To generate a diff of this commit:
cvs rdiff -r1.291 -r1.292 syssrc/sys/conf/files
cvs rdiff -r1.46 -r1.47 syssrc/sys/netinet/in.c
cvs rdiff -r1.39 -r1.40 syssrc/sys/netinet/in.h
cvs rdiff -r1.87 -r1.88 syssrc/sys/netinet/ip_input.c

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