Bug 931
| Summary: | IPX does not function correctly out-of-the-box with RH5.2 | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Adam Thompson <athompso> |
| Component: | initscripts | Assignee: | David Lawrence <dkl> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.2 | ||
| 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: | 1999-01-24 19:20:26 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: | |||
=================================================================== RCS file: ifup-ipx,v retrieving revision 1.1 diff -u -r1.1 ifup-ipx --- ifup-ipx 1999/01/23 21:04:49 1.1 +++ ifup-ipx 1999/01/23 21:09:19 @@ -34,7 +34,13 @@ yes|true) primary=-p ;; *) primary= ;; esac - /usr/bin/ipx_interface add $1 $primary $frametype \ + + case $frametype in + 802_2) fixedframetype='802.2' ;; + 802_3) fixedframetype='802.3' ;; + esac + + /usr/bin/ipx_interface add $1 $primary $fixedframetype \ $(eval echo $(echo \$`echo IPXNETNUM_$frametype`)) ;; esac