From 3e322fd630bf0f7c2c445a63ed73cde104c9471f Mon Sep 17 00:00:00 2001 From: nott Date: Tue, 29 Jul 2008 17:51:33 +0000 Subject: [PATCH] add mgtifname to network definition git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1957 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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',