Bug 14673 - Multicas route not added by ifup
Summary: Multicas route not added by ifup
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: initscripts
Version: 6.2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact:
URL:
Whiteboard:
: 14674 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-07-26 19:07 UTC by Tomasz Kepczynski
Modified: 2014-03-17 02:15 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-07-26 23:49:27 UTC
Embargoed:


Attachments (Terms of Use)

Description Tomasz Kepczynski 2000-07-26 19:07:25 UTC
I created route for multicast with linuxconf which yielded:
any net 224.0.0.0 netmask 240.0.0.0 gw eth0
in /etc/sysconfig/static-routes.
This is the only route in this file. The route is not added
as there is an error in ifup-routes script.
Line 19 in script reads:
  if [ "$dev" = "$device" ]; then
This will  return false as in my case $device
has not been assigned yet. I guess this line should
be:
  if [ "$dev" = "$1" ]; then

Comment 1 Jeff Johnson 2000-07-26 23:49:26 UTC
*** Bug 14674 has been marked as a duplicate of this bug. ***

Comment 2 Bill Nottingham 2000-08-07 05:21:45 UTC
Fixed in initscripts-5.40-1; thanks for the bug report.


Note You need to log in before you can comment on or make changes to this bug.