Bug 1275 - Error in ifup-ipx
Summary: Error in ifup-ipx
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: netcfg
Version: 5.2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: David Lawrence
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-02-22 09:07 UTC by rrr
Modified: 2008-05-01 15:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 1999-02-22 23:44:54 UTC
Embargoed:


Attachments (Terms of Use)

Description rrr 1999-02-22 09:07:44 UTC
I have wound a little bug in ifup-ipx script.
It dos not configure 802.2 and 802.3 frames.
All to do for correcting this problem is to replace line:

/usr/bin/ipx_interface add $1 $primary $frametype \
 $(eval echo $(echo \$`echo IPXNETNUM_$frametype`))

with this 2 lines:

dframetype=`echo $frametype | sed s/_/./`
/usr/bin/ipx_interface add $1 $primary $dframetype \
 $(eval echo $(echo \$`echo IPXNETNUM_$frametype`))

Best regards,
Rosen Raikov

Comment 1 Bill Nottingham 1999-02-22 23:44:59 UTC
fixed in later initscripts release


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