add NetInfo class

This commit is contained in:
Doug MacEachern 2005-07-11 20:21:48 +00:00
parent 6077527e24
commit 63afc8aa07
1 changed files with 27 additions and 0 deletions

View File

@ -562,6 +562,33 @@ my %classes = (
name => 'sockets', type => 'Long',
},
],
NetInfo => [
{
name => 'default_gateway', type => 'String',
desc => '',
plat => ''
},
{
name => 'domain', type => 'String',
desc => '',
plat => ''
},
{
name => 'dhcp_server', type => 'String',
desc => '',
plat => ''
},
{
name => 'primary_dns', type => 'String',
desc => '',
plat => ''
},
{
name => 'secondary_dns', type => 'String',
desc => '',
plat => ''
},
],
NetRoute => [
{
name => 'destination', type => 'NetAddr',