ClearFoundation Tracker - ClearOS
View Issue Details
0001521ClearOSsystem-base - Base Systempublic2014-01-20 08:552014-01-20 14:13
user2 
 
normaltweaksometimes
closedwon't fix 
 
 
0001521: Add support for command line changes to DEVICE parameter
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.
No tags attached.
related to 0001520closed user2 Add support for command line changes to DEVICE parameter 
related to 0001455closed  Add support for command line changes to DEVICE parameter 
Issue History
2014-01-20 08:55user2New Issue
2014-01-20 08:55user2Statusnew => assigned
2014-01-20 08:55user2Assigned To => user2
2014-01-20 08:55user2Issue generated from: 0001520
2014-01-20 08:55user2Relationship addedrelated to 0001520
2014-01-20 08:55user2Relationship addedrelated to 0001455
2014-01-20 14:13user2Note Added: 0001133
2014-01-20 14:13user2Statusassigned => resolved
2014-01-20 14:13user2Resolutionopen => won't fix
2014-01-20 14:13user2Statusresolved => closed
2014-01-20 14:13user2Assigned Touser2 =>
2018-03-30 11:36user2Categoryclearos-base - Base System => system-base - Base System

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.