2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-13 23:00:22 +00:00
This commit is contained in:
bybai
2017-07-12 02:30:52 -04:00
parent d273135b37
commit 14c1e0c1b1

View File

@@ -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);
}