diff --git a/xCAT-server/lib/xcat/plugins/xnba.pm b/xCAT-server/lib/xcat/plugins/xnba.pm index 49f683c2f..c0cb25ad5 100644 --- a/xCAT-server/lib/xcat/plugins/xnba.pm +++ b/xCAT-server/lib/xcat/plugins/xnba.pm @@ -235,11 +235,6 @@ sub setstate { } } close($pcfg); - my $inetn = inet_aton($node); - unless ($inetn) { - syslog("local1|err","xCAT unable to resolve IP for $node in pxe plugin"); - return; - } } else { #TODO: actually, should possibly default to xCAT image? print $pcfg "LOCALBOOT 0\n"; close($pcfg);