Bug 18804

Summary: static routes not coming in correctly - linuxconf generated
Product: [Retired] Red Hat Linux Reporter: Rudi Heitbaum <rudi>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: high Docs Contact:
Priority: medium    
Version: 7.0CC: rvokal
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: 2000-10-10 13:07:08 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 Rudi Heitbaum 2000-10-10 13:07:04 UTC
The static routes file generated from linuxconf creates the following
failure "No such device"
when changing the routing table.

# /etc/rc.d/init.d/network restart

Shutting down interface eth0:                              [  OK  ]
Shutting down interface eth1:                              [  OK  ]
Setting network parameters:                                [  OK  ]
Bringing up interface lo:                                  [  OK  ]
Bringing up interface eth0:                                [  OK  ]
Bringing up interface eth1:                                [  OK  ]
SIOCADDRT: No such device

# rpm -q -a | grep initscripts
initscripts-5.49-1

#more /etc/sysconfig/static-routes 
any net 203.22.26.0 netmask 255.255.255.192 gw 192.168.0.1

Comment 1 Nalin Dahyabhai 2000-10-10 15:52:25 UTC
The ifup-routes script in initscripts doesn't know how to handle the "gw"
parameter on the line in your configuration file.  This is being fixed in CVS
for initscripts-5.50.  Thanks!