diff --git a/xCAT-server/lib/xcat/plugins/AAsn.pm b/xCAT-server/lib/xcat/plugins/AAsn.pm index d7b05ead0..96e93200c 100644 --- a/xCAT-server/lib/xcat/plugins/AAsn.pm +++ b/xCAT-server/lib/xcat/plugins/AAsn.pm @@ -1480,6 +1480,10 @@ sub enable_TFTPhpa # get the version of TCP/IP protocol my $protocols; my $v4only="-4 "; + if (xCAT::Utils->osver() =~ /^sle[sc]10/) { + $v4only = ""; + } + open($protocols,"<","/proc/net/protocols"); if ($protocols) { my $line;