Bug 89749

Summary: netmask was calculate automatically
Product: [Retired] Red Hat Linux Reporter: acount closed by user <a1459440>
Component: anacondaAssignee: Michael Fulbright <msf>
Status: CLOSED WONTFIX QA Contact: Mike McLean <mikem>
Severity: low Docs Contact:
Priority: low    
Version: 9   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-04-30 04:07:59 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 acount closed by user 2003-04-27 17:11:44 UTC
Description of problem:

with old rh installation console program, netmasks was calcutate automatically.
can you integrate the code ?

-thanks-

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


How reproducible:


Steps to Reproduce:
1.
2.
3.
    
Actual results:


Expected results:


Additional info:

Comment 1 Michael Fulbright 2003-04-28 20:27:03 UTC
Do you have a particular autocalculation in mind?

Comment 2 acount closed by user 2003-04-29 19:25:16 UTC
I can remember that _netconfig_ has this feature when you type the IP and then
press <tab> key. And IMHO a lot of people know what it is a IP but they don't
have enough knowledge about TCP/IP subneting... and this is a trouble at
installing time
And because some times I am lazy ;-)

-thank you-

Comment 3 Jeremy Katz 2003-04-30 04:07:59 UTC
The "calculation" was just using classes and these days, CIDR is more common
than following just a stock A, B, or C class network.  So the calculation was
wrong more times than not and thus it makes more sense to just default to
255.255.255.0 always for consistency and because it's right more often.