add NetInfo class
This commit is contained in:
parent
6077527e24
commit
63afc8aa07
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue