Bug 27799

Summary: Improve IP address checking in sysinstall, and fix 2 bugs.
Product: Base System Reporter: Jesper Skriver <jesper>
Component: miscAssignee: jkh
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jesper Skriver freebsd_committer freebsd_triage 2001-05-31 19:20:01 UTC
	sysinstall(8) today have bogus checks of the fourth octet of a
IPv4 address is 0 or 255.
The below diff remove these, and add a new check that the address specified
is not the network or broadcast address.

Fix: Apply
How-To-Repeat: 	Try to configure a FreeBSD machine with the ip address 10.0.1.0 with a 
netmask of 255.255.254.0 (/23), which is a perfect valid host address.
Comment 1 Jesper Skriver freebsd_committer freebsd_triage 2001-05-31 19:49:42 UTC
Responsible Changed
From-To: freebsd-bugs->jkh

jkh is mister sysinstall
Comment 2 Jesper Skriver freebsd_committer freebsd_triage 2001-07-12 01:01:55 UTC
State Changed
From-To: open->closed

committed in -current