diff --git a/xCAT-server-2.0/lib/xcat/plugins/pxe.pm b/xCAT-server-2.0/lib/xcat/plugins/pxe.pm index 643ef2048..71bbcb312 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/pxe.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/pxe.pm @@ -21,6 +21,7 @@ sub handled_commands { } sub check_dhcp { + return 1; #TODO: omapi magic to do things right my $node = shift; my $dhcpfile; diff --git a/xCAT-server-2.0/lib/xcat/plugins/yaboot.pm b/xCAT-server-2.0/lib/xcat/plugins/yaboot.pm index 64441046b..26dab2e61 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/yaboot.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/yaboot.pm @@ -23,6 +23,7 @@ sub handled_commands { } sub check_dhcp { + return 1; #TODO: omapi magic to do things right my $node = shift; my $dhcpfile;