Sunitha Harish | ae4ab28 | 2020-01-21 05:08:44 -0600 | [diff] [blame^] | 1 | /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 | /xyz/openbmc_project/network/hypervisor/eth1: |
| 35 | - Interface: xyz.openbmc_project.Network.MACAddress |
| 36 | Properties: |
| 37 | MACAddress: |
| 38 | Default: '"00:00:00:00:00:00"' |
| 39 | Validation: |
| 40 | Type: "regex" |
| 41 | Validator: '^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$' |
| 42 | |
| 43 | /xyz/openbmc_project/network/hypervisor/eth1/ipv4/addr0: |
| 44 | - Interface: xyz.openbmc_project.Network.IP |
| 45 | Properties: |
| 46 | Address: |
| 47 | Default: '"0.0.0.0"' |
| 48 | PrefixLength: |
| 49 | Default: 0 |
| 50 | Validation: |
| 51 | Type: "range" |
| 52 | Validator: 0..32 |
| 53 | Unit: "bits" |
| 54 | Origin: |
| 55 | Default: IP::AddressOrigin::Static |
| 56 | Type: |
| 57 | Default: IP::Protocol::IPv4 |
| 58 | |