ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001521ClearOSsystem-base - Base Systempublic2014-01-20 08:552014-01-20 14:13
Reporteruser2 
Assigned To 
PrioritynormalSeveritytweakReproducibilitysometimes
StatusclosedResolutionwon't fix 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001521: Add support for command line changes to DEVICE parameter
DescriptionIn 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.
TagsNo tags attached.
Attached Files

- Relationships
related to 0001520closeduser2 Add support for command line changes to DEVICE parameter 
related to 0001455closed Add support for command line changes to DEVICE parameter 

-  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.

- Issue History
Date Modified Username Field Change
2014-01-20 08:55 user2 New Issue
2014-01-20 08:55 user2 Status new => assigned
2014-01-20 08:55 user2 Assigned To => user2
2014-01-20 08:55 user2 Issue generated from: 0001520
2014-01-20 08:55 user2 Relationship added related to 0001520
2014-01-20 08:55 user2 Relationship added related to 0001455
2014-01-20 14:13 user2 Note Added: 0001133
2014-01-20 14:13 user2 Status assigned => resolved
2014-01-20 14:13 user2 Resolution open => won't fix
2014-01-20 14:13 user2 Status resolved => closed
2014-01-20 14:13 user2 Assigned To user2 =>
2018-03-30 11:36 user2 Category clearos-base - Base System => system-base - Base System