From f618da03b0f7405c6eaa96ee87559c27a8b2dab9 Mon Sep 17 00:00:00 2001 From: nott Date: Thu, 21 Mar 2013 19:26:26 +0000 Subject: [PATCH] add nicaliases support git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15623 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 9906f5ef2..eef8a9762 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -1278,13 +1278,9 @@ nics => { !,!, for example, eth0!10_0_0_0-255_255_0_0, ib0!11_0_0_0-255_255_0_0 If multiple ip addresses are associated with each NIC: !|,!|, for example, eth0!10_0_0_0-255_255_0_0|fd55:faaf:e1ab:336::/64,ib0!11_0_0_0-255_255_0_0|2001:db8:1:0::/64. The xCAT object definition commands support to use nicnetworks. as the sub attributes.', - nicaliases => 'NOT YET IMPLEMENTED. - - Comma-separated list of aliases for each NIC. - - Format: eth0!,eth1!| - For example: eth0!moe,eth1!larry|curly', - + nicaliases => 'Comma-separated list of aliases for each NIC. + Format: eth0!,eth1!| + For example: eth0!moe larry curly,eth1!tom|jerry', comments => 'Any user-written notes.', disable => "Set to 'yes' or '1' to comment out this row.", },