Bug 14674 - Multicast route not added by ifup
Summary: Multicast route not added by ifup
Keywords:
Status: CLOSED DUPLICATE of bug 14673
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:
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 19:07:35 UTC
Embargoed:


Attachments (Terms of Use)

Description Tomasz Kepczynski 2000-07-26 19:07:34 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:27 UTC

*** This bug has been marked as a duplicate of 14673 ***


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