From owner-freebsd-commit Fri Jul 21 03:03:21 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id DAA19774 for commit-outgoing; Fri, 21 Jul 1995 03:03:21 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id DAA19756 for cvs-user-outgoing; Fri, 21 Jul 1995 03:03:11 -0700 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id DAA19745 ; Fri, 21 Jul 1995 03:03:04 -0700 Date: Fri, 21 Jul 1995 03:03:04 -0700 From: "Rodney W. Grimes" Message-Id: <199507211003.DAA19745@freefall.cdrom.com> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall tcpip.c Sender: commit-owner@FreeBSD.org Precedence: bulk rgrimes 95/07/21 03:03:02 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall tcpip.c Log: date: 1995/06/19 23:29:49; author: gpalmer; state: Exp; lines: +3 -3 Fix bogon in network address checking code. It nows allows the number 255 in the first three fields, although 255 in the last octet is still considered an error, as it is still a broadcast address (AFAIK). Noticed By: ljg@space.physics.uiowa.edu (Larry Granroth)