diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 8ea1af22b..6ac2c70a2 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -192,7 +192,7 @@ networks => { netname => 'Name used to identify this network definition.', net => 'The network address.', mask => 'The network mask.', - mgtifname => 'Not currently used! The interface name the dhcp server should listen on.', + mgtifname => 'The interface name the dhcp server should listen on.', gateway => 'The network gateway.', dhcpserver => 'The DHCP server that is servicing this network.', tftpserver => 'The TFTP server that is servicing this network.', @@ -1126,6 +1126,10 @@ push(@{$defspec{node}->{'attrs'}}, @nodeattrs); {attr_name => 'mask', tabentry => 'networks.mask', access_tabentry => 'networks.netname=attr:netname', + }, + {attr_name => 'mgtifname', + tabentry => 'networks.mgtifname', + access_tabentry => 'networks.netname=attr:netname', }, {attr_name => 'gateway', tabentry => 'networks.gateway',