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})$' |
Sunitha Harish | 988412a | 2020-03-17 09:05:52 -0500 | [diff] [blame] | 17 | - Interface: xyz.openbmc_project.Network.EthernetInterface |
| 18 | Properties: |
| 19 | DHCPEnabled: |
| 20 | Default: EthernetInterface::DHCPConf::none |
Sunitha Harish | ae4ab28 | 2020-01-21 05:08:44 -0600 | [diff] [blame] | 21 | |
| 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 Harish | 988412a | 2020-03-17 09:05:52 -0500 | [diff] [blame] | 37 | - Interface: xyz.openbmc_project.Object.Enable |
| 38 | Properties: |
| 39 | Enabled: |
| 40 | Default: 'false' |
Sunitha Harish | ae4ab28 | 2020-01-21 05:08:44 -0600 | [diff] [blame] | 41 | |