Bug 1531

Summary: Static routes to host does not work on 2.2 kernel
Product: [Retired] Red Hat Linux Reporter: Jan "Yenya" Kasprzak <kas>
Component: linuxconfAssignee: David Lawrence <dkl>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.2CC: kas
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: 1999-03-16 21:44:54 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 Jan "Yenya" Kasprzak 1999-03-16 16:58:54 UTC
When you enter the static host route to the linuxconf,
the ifup-routes tries to add this route using

route `linuxconf --hint routing <interface>`,

which expands to

route add -host <addr> gw <addr> netmask 255.255.255.255,

which the "route" command (from the updates/5.2/2.2-kernel)
does not like. The "linuxconf --hint routing eth0" should
print "add -host <addr> gw <addr>" for host static routes
(without the "netmask <netmask>").

Comment 1 Bill Nottingham 1999-03-16 21:44:59 UTC
*** This bug has been marked as a duplicate of 1528 ***