-Fix problem in 2.4 where a refactoring removed code that gave explicit IP deassignment to *NOIP* mac addresses
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5644 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
717a5c9328
commit
e196a2943f
@ -207,6 +207,10 @@ sub addnode
|
||||
if ( !defined($ip) ) {
|
||||
$ip = "DENIED";
|
||||
}
|
||||
if ($hname eq '*NOIP*') {
|
||||
$hname = $node . "-noip".$mac;
|
||||
$hname =~ s/://g;
|
||||
}
|
||||
if ($guess_next_server and $ip ne "DENIED")
|
||||
{
|
||||
$nxtsrv = xCAT::Utils->my_ip_facing($hname);
|
||||
|
Loading…
Reference in New Issue
Block a user