From df369b9387de6864d9dbb2b05ae2e972a6bd2529 Mon Sep 17 00:00:00 2001 From: bybai Date: Thu, 30 Mar 2017 04:48:54 -0400 Subject: [PATCH] update mtu description in networks table --- 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 ff764754a..c6b615b4e 100755 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -572,7 +572,7 @@ passed as argument rather than by table value', ddnsdomain => 'A domain to be combined with nodename to construct FQDN for DDNS updates induced by DHCP. This is not passed down to the client as "domain"', vlanid => 'The vlan ID if this network is within a vlan.', domain => 'The DNS domain name (ex. cluster.com).', - mtu => 'The default MTU for the network', + mtu => 'The default MTU for the network, if this network is for aliases, mtu value should be the same with its basic network mtu value.', comments => 'Any user-written notes.', disable => "Set to 'yes' or '1' to comment out this row.", },