Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2000 05:59:11 -0800 (PST)
From:      Eivind Eklund <eivind@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/release/sysinstall tcpip.c
Message-ID:  <200012141359.eBEDxBB01567@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012141359.eBEDxBB01567>