blob: 9e626a606d2a2f82890d4faca63532e208f25184 [file] [log] [blame]
Sunitha Harish4909eea2020-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})$'
17
18/xyz/openbmc_project/network/hypervisor/eth0/ipv4/addr0:
19 - Interface: xyz.openbmc_project.Network.IP
20 Properties:
21 Address:
22 Default: '"0.0.0.0"'
23 PrefixLength:
24 Default: 0
25 Validation:
26 Type: "range"
27 Validator: 0..32
28 Unit: "bits"
29 Origin:
30 Default: IP::AddressOrigin::Static
31 Type:
32 Default: IP::Protocol::IPv4
33
34