From 111793e3a62cbf402dba41adbdd517da2b664b59 Mon Sep 17 00:00:00 2001 From: ligc Date: Fri, 1 Mar 2013 08:27:13 +0000 Subject: [PATCH] update description for nics table, IPv6 support git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15318 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 e53aa4eb0..bff4ec7ae 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -1213,7 +1213,7 @@ routes => { routename => 'Name used to identify this route.', net => 'The network address.', mask => 'The network mask.', - ifname => '(optional) The interface name of the management node facing the gateway.', + ifname => 'The interface name that facing the gateway. It is optional for IPv4 routes, but it is required for IPv6 routes.', gateway => 'The gateway that routes the ip traffic from the mn to the nodes. It is usually a service node.', comments => 'Any user-written notes.', disable => "Set to 'yes' or '1' to comment out this row.",