From a23206576279fdba01c7355da349913a54722d0a Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 14 Apr 2009 14:30:14 +0000 Subject: [PATCH] Update description of mac field git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3190 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index d2d5ba332..028feee81 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -193,7 +193,7 @@ mac => { descriptions => { node => 'The node name or group name.', interface => 'The adapter interface name that will be used to install and manage the node. E.g. eth0 (for linux) or en0 (for AIX).)', - mac => 'The MAC address of the network adapter that will be used to install the node, e.g. 00:D0:A8:00:05:F3 .', + mac => 'The mac address or addresses for which xCAT will manage static bindings for this node. This may be simply a mac address, which would be bound to the node name (such as "01:02:03:04:05:0E"). This may also be a "|" delimited string of "mac address!hostname" format (such as "01:02:03:04:05:0E!node5|01:02:03:05:0F!node6-eth1").', comments => 'Any user-written notes.', disable => "Set to 'yes' or '1' to comment out this row.", },