blob: e452cbf685ab3db062d4bc0e3b87126ad16dbb09 [file] [log] [blame]
Sunitha Harishae4ab282020-01-21 05:08:44 -06001/xyz/openbmc_project/network/hypervisor:
2 - Interface: xyz.openbmc_project.Network.SystemConfiguration
3 Properties:
4 HostName:
5 Default: '""'
6 DefaultGateway:
7 Default: '"0.0.0.0"'
8
9/xyz/openbmc_project/network/hypervisor/eth0:
10 - Interface: xyz.openbmc_project.Network.MACAddress
11 Properties:
12 MACAddress:
13 Default: '"00:00:00:00:00:00"'
14 Validation:
15 Type: "regex"
16 Validator: '^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$'
Sunitha Harish988412a2020-03-17 09:05:52 -050017 - Interface: xyz.openbmc_project.Network.EthernetInterface
18 Properties:
19 DHCPEnabled:
20 Default: EthernetInterface::DHCPConf::none
Sunitha Harishae4ab282020-01-21 05:08:44 -060021
22/xyz/openbmc_project/network/hypervisor/eth0/ipv4/addr0:
23 - Interface: xyz.openbmc_project.Network.IP
24 Properties:
25 Address:
26 Default: '"0.0.0.0"'
27 PrefixLength:
28 Default: 0
29 Validation:
30 Type: "range"
31 Validator: 0..32
32 Unit: "bits"
33 Origin:
34 Default: IP::AddressOrigin::Static
35 Type:
36 Default: IP::Protocol::IPv4
Sunitha Harish988412a2020-03-17 09:05:52 -050037 - Interface: xyz.openbmc_project.Object.Enable
38 Properties:
39 Enabled:
40 Default: 'false'
Sunitha Harishae4ab282020-01-21 05:08:44 -060041