From 775b7b732409ddea286408ddfcd6209b9f37e1a6 Mon Sep 17 00:00:00 2001 From: yinle Date: Mon, 18 Apr 2011 08:22:05 +0000 Subject: [PATCH] minor fix git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9337 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/lsslp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/lsslp.pm b/xCAT-server/lib/xcat/plugins/lsslp.pm index 12203cbef..d974c3a6e 100644 --- a/xCAT-server/lib/xcat/plugins/lsslp.pm +++ b/xCAT-server/lib/xcat/plugins/lsslp.pm @@ -127,7 +127,7 @@ my %mgt = ( lc(TYPE_RSA) => "blade" ); -my @attribs = qw(nodetype mtm serial side ip groups mgt id parent mac hidden); +my @attribs = qw(nodetype mtm serial side ip groups mgt id parent mac hidden otherinterfaces); my $verbose = 0; my %ip_addr = (); my %slp_result = ();