From owner-cvs-all Thu Dec 14 5:59:15 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 14 05:59:13 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 062DF37B400; Thu, 14 Dec 2000 05:59:13 -0800 (PST) Received: (from eivind@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBEDxBB01567; Thu, 14 Dec 2000 05:59:12 -0800 (PST) (envelope-from eivind) Message-Id: <200012141359.eBEDxBB01567@freefall.freebsd.org> From: Eivind Eklund Date: Thu, 14 Dec 2000 05:59:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall tcpip.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG eivind 2000/12/14 05:59:11 PST Modified files: release/sysinstall tcpip.c Log: Add better IP, netmask and gateway checks. - IP addresses are verified as being correct dotted quad format. - Netmasks are verified as being in correct dotted quad or 0x* format, and being consecutive 1 bits followed by consecutive 0 bits. - The gateway is verified as being correct dotted quad format and being reachable through the configured IP address and netmask. Revision Changes Path 1.112 +93 -15 src/release/sysinstall/tcpip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message