update description for gateway column

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8940 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2011-03-01 02:55:19 +00:00
parent fe1668874c
commit 45d4408163

View File

@ -433,7 +433,7 @@ networks => {
net => 'The network address.',
mask => 'The network mask.',
mgtifname => 'The interface name of the management/service node facing this network. !remote! indicates a non-local network for relay DHCP.',
gateway => 'The network gateway.',
gateway => 'The network gateway. It can be set to an ip address or the keyword <myself>, the keyword <myself> indicates the cluster-facing ip address configured on this management node or service node. Leaving this field blank means that there is no gateway for this network.',
dhcpserver => 'The DHCP server that is servicing this network. Required to be explicitly set for pooled service node operation.',
tftpserver => 'The TFTP server that is servicing this network. If not set, the DHCP server is assumed.',
nameservers => 'The nameservers for this network. Used in creating the DHCP network definition, and DNS configuration.',