-Actually think about processing '!remote!' entries
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2926 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
0d8bde84e0
commit
ab1dd57f50
@ -446,7 +446,7 @@ sub process_request
|
||||
{
|
||||
next;
|
||||
}
|
||||
if ($ent[1] =~ m/(ipoib|ib|vlan|bond|eth|myri|man|wlan)/)
|
||||
if ($ent[1] =~ m/(remote|ipoib|ib|vlan|bond|eth|myri|man|wlan)/)
|
||||
{ #Mask out many types of interfaces, like xCAT 1.x
|
||||
$activenics{$ent[1]} = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user