mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-13 23:00:22 +00:00
polished
This commit is contained in:
@@ -660,7 +660,7 @@ sub donics
|
||||
if (!$nicip) {
|
||||
next;
|
||||
}
|
||||
#Only format for nicips:<nic1>!<ip1>|<ip2>|... or <nic1>!<one regular expression>
|
||||
#Only support format for nicips is :<nic1>!<ip1>|<ip2>|... or <nic1>!<one regular expression>
|
||||
if ($nicip =~ /^\|\S*\|$/) {
|
||||
$nicip = xCAT::Table::transRegexAttrs($node, $nicip);
|
||||
}
|
||||
|
Reference in New Issue
Block a user