ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005801ClearOSapp-network - Network Settingspublic2015-10-29 15:352016-01-28 09:08
Reporterdloper 
Assigned Touser2 
PrioritylowSeverityfeatureReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version7.1.0 
Target Version7.2.0Fixed in Version7.1.0 Updates 
Summary0005801: Add 'netw' as a valid match interface to the network API
DescriptionThere are occasions in clustering where network interfaces must be similarly named. When using differing hardware the interfaces may need to be made to match names. For this purpose, the non-valid name 'network' should be added to the list of interfaces for applications requiring the aliasing of addresses. (See. http://ask.xmodulo.com/change-network-interface-name-centos7.html [^])
Additional InformationIn /usr/clearos/apps/network/libraries/Iface.php:

[root@vm1 libraries]# diff -Naur Iface.php.orig Iface.php > /root/app-network-networkaliaspatch.txt
[root@vm1 libraries]# cat /root/app-network-networkaliaspatch.txt
--- Iface.php.orig 2015-10-30 00:29:06.856286889 +0300
+++ Iface.php 2015-10-30 00:32:14.633862801 +0300
@@ -1355,6 +1355,7 @@
             || preg_match('/^p\d+p/', $this->iface)
             || preg_match('/^br/', $this->iface)
             || preg_match('/^bond/', $this->iface)
+ || preg_match('/^network/', $this->iface)
             || (preg_match('/^ppp/', $this->iface) && $this->is_configured())
         ) {
             return TRUE;
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2015-10-29 15:35 dloper New Issue
2015-11-02 18:22 user2 Status new => resolved
2015-11-02 18:22 user2 Fixed in Version => 7.1.0 Updates
2015-11-02 18:22 user2 Resolution open => fixed
2015-11-02 18:22 user2 Assigned To => user2
2015-11-02 18:31 user2 Summary Add 'network' as a valid match interface to the network API => Add 'netw' as a valid match interface to the network API
2015-11-23 12:13 user2 Target Version 7.1.0 Updates => 7.2.0 Beta 1
2016-01-01 12:59 user2 Target Version 7.2.0 Beta 1 => 7.2.0
2016-01-28 09:08 user2 Status resolved => closed