Bug 211054

Summary: Text-mode install crashes on entering netmask as 24
Product: [Fedora] Fedora Reporter: Mark James <markj>
Component: anacondaAssignee: David Cantrell <dcantrell>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-10-17 14:42:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mark James 2006-10-16 23:21:07 UTC
Description of problem:

Installer exits on entering IP address 

Version-Release number of selected component (if applicable):


How reproducible:



Steps to Reproduce:
1. Launch installer with "linux text" 
2. Proceed to network configuration screen for first interface
3. Deselect DHCP
4. Select IPv4
5. Enter 192.168.1.5 in IP address field
6. Enter 24 in netmask field (I was not sure if this was supposed to be 24 as in 192.168.1.5/24, or 
255.255.255.0
7. hit OK
  
Actual results:

Installer exists with debug message (sorry, I was unable to capture this).

Expected results:

Should either accept this form of mask, or complain about format and allow correction.

Additional info:

This was with fc6-pre-i386 dvd

Comment 1 David Cantrell 2006-10-17 14:42:55 UTC
This is fixed in rawhide.  You can enter either a dotted-quad IPv4 netmask
(e.g., 255.255.255.0) or the CIDR prefix (e.g., 24).  Both are acceptable.