Anonymous | Login | 2024-11-21 01:46 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 | ||||
0005801 | ClearOS | app-network - Network Settings | public | 2015-10-29 15:35 | 2016-01-28 09:08 | ||||
Reporter | dloper | ||||||||
Assigned To | user2 | ||||||||
Priority | low | Severity | feature | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 7.1.0 | ||||||||
Target Version | 7.2.0 | Fixed in Version | 7.1.0 Updates | ||||||
Summary | 0005801: Add 'netw' as a valid match interface to the network API | ||||||||
Description | There 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 Information | In /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; | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
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 |