Bug 1344

Summary: DHCP failures should be handled better in ifup
Product: [Retired] Red Hat Linux Reporter: Aleksey Nogin <aleksey>
Component: initscriptsAssignee: David Lawrence <dkl>
Status: CLOSED NOTABUG QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 5.2   
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: 1999-03-02 21:58:11 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 Aleksey Nogin 1999-02-26 04:01:07 UTC
When DHCP fails, ifup proceeds with trying to configure the
interface using the IPADDR from ifcfg-xxx file. I am not
sure if this is a good idea, but what's obviously wrong is
that it even does not check if IPADDR is not just "" (which
is quite likely when interface is set up ising DHCP). And
when IPADDR="", ifup starts calling various utilities
(ipcalc, ifconfig, etc) with bogus arguments and they start
printing various error messages.