ipv6 support: linklocaladdr

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5986 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2010-05-06 09:09:17 +00:00
parent 121487f8fe
commit 91a712b863

View File

@ -5886,7 +5886,7 @@ sub getipaddr()
#-------------------------------------------------------------------------------
sub linklocaladdr {
my $mac = shift;
my ($class, $mac) = @_;
$mac = lc($mac);
my $localprefix = "fe80";