2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Merge pull request #2576 from bybai/ddns

fix issue 2572 makedns fails with a noderange error
This commit is contained in:
yangsong 2017-03-02 11:26:11 +08:00 committed by GitHub
commit 9da1867e04

View File

@ -622,7 +622,7 @@ sub process_request {
} else {
# this host string might be a xcat group, try to test each node in the group
foreach my $host (noderange($hosts)) {
foreach my $host (xCAT::NodeRange->noderange($hosts)) {
unless (xCAT::NetworkUtils->thishostisnot($host)) {
$listenonifs = $dnsif;
last;