Bug 18514

Summary: Network Configuration Script Mistake
Product: [Retired] Red Hat Linux Reporter: cradford
Component: pppAssignee: Thomas Woerner <twoerner>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.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: 2004-08-13 09:24:14 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 cradford 2000-10-06 11:58:02 UTC
Script /etc/sysconfig/network-scripts/ifup-ppp only partially processes 
"DISCONNECTTIMEOUT" and "RETRYTIMEOUT" parameters. The options never get 
passed to the ppp daemon. That is, they are never added to the '$opts' 
variable as "idle ${DISCONNECTTIMEOUT}" and "holdoff ${RETRYTIMEOUT}" if 
they are not null (which they never are, as they are defaulted at the 
start of the script).

Comment 1 Thomas Woerner 2004-08-13 09:24:14 UTC
Please verify this with a newer version of Red Hat Enterprise Linux or Fedora
Core and reopen it against the new version if it still occurs.

Closing as "not a bug" for now.


Comment 2 cradford 2004-08-13 11:33:48 UTC
The ifup-ppp script distributed in rpm package "initscripts-6.43-1" 
(Red Hat 7.2), does not have this flaw. This bug can be considered 
truely stood upon (not just closed, but fixed :>)