From 7fcf1a3a7f17f2136b0ea293fb7ba0c9e95eec14 Mon Sep 17 00:00:00 2001 From: ligc Date: Mon, 10 May 2010 08:44:26 +0000 Subject: [PATCH] ipv6 fix, replace the Socket library calls with NetworkUtils subroutines git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6040 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/makeknownhosts.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/makeknownhosts.pm b/xCAT-server/lib/xcat/plugins/makeknownhosts.pm index 667af2f19..edfa0ee03 100644 --- a/xCAT-server/lib/xcat/plugins/makeknownhosts.pm +++ b/xCAT-server/lib/xcat/plugins/makeknownhosts.pm @@ -20,6 +20,7 @@ require xCAT::MsgUtils; use Getopt::Long; use Socket; require xCAT::DSHCLI; +require xCAT::NetworkUtils; 1; #-------------------------------------------------------