diff --git a/xCAT-server/lib/xcat/plugins/bind.pm.legacy b/xCAT-server/lib/xcat/plugins/bind.pm similarity index 100% rename from xCAT-server/lib/xcat/plugins/bind.pm.legacy rename to xCAT-server/lib/xcat/plugins/bind.pm diff --git a/xCAT-server/lib/xcat/plugins/ddns.pm b/xCAT-server/lib/xcat/plugins/ddns.pm index ff6eec650..95ba70075 100644 --- a/xCAT-server/lib/xcat/plugins/ddns.pm +++ b/xCAT-server/lib/xcat/plugins/ddns.pm @@ -13,7 +13,7 @@ my $callback; sub handled_commands { - return {"makedns" => "dns"}; + return {"makedns" => "site:dnshandler"}; } sub getzonesfornet { my $net = shift;