Anonymous | Login | 2024-11-21 04:18 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001521 | ClearOS | system-base - Base System | public | 2014-01-20 08:55 | 2014-01-20 14:13 | ||||
Reporter | user2 | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | tweak | Reproducibility | sometimes | ||||
Status | closed | Resolution | won't fix | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0001521: Add support for command line changes to DEVICE parameter | ||||||||
Description | In some circumstances, the network interface specified in the DEVICE= parameter may not match network interface name in the ifcfg-X configuration filename. For example: # cat /etc/sysconfig/network-scripts/ifcfg-eth4 DEVICE=eth2 TYPE="Ethernet" ... snip ... The configuration for "eth4" gets re-mapped to network interface "eth2". The ClearOS API does not support this type of re-mapping, but this type of configuration should be supported for command line changes. Update the network API to handle this scenario. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |||||||||||
|
Notes | |
(0001133) user2 2014-01-20 14:13 |
The current code can already handle the case where DEVICE=xyz does not match ifcfg-xyz, though in a roundabout way. This code is scheduled to be deprecated in ClearOS 7, so consider it closed for 6. |