2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 11:42:05 +00:00

fix for bug 4249: use xCAT::Utils in ddns.pm

This commit is contained in:
ligc 2013-08-20 11:01:08 +08:00
parent ea56c3ebee
commit c455d1dbe9

View File

@ -7,6 +7,7 @@ use xCAT::Table;
use Sys::Hostname;
use xCAT::TableUtils;
use xCAT::NetworkUtils qw/getipaddr/;
use xCAT::Utils;
use Math::BigInt;
use MIME::Base64;
use xCAT::SvrUtils;