From ffe2b0d16fa4d22761130f2826464c6163aa19e2 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 18 Jul 2008 13:44:38 +0000 Subject: [PATCH] mark IPV6TODP for routines that will not work under IPV6 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1894 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index efc07584b..dea0a269a 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -2097,7 +2097,7 @@ sub get_ServiceNode #----------------------------------------------------------------------------- sub toIP { - + # does not support IPV6 IPV6TODO if ($_[0] =~ /^(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})$/) { return ([0, $_[0]]);