Ratan Gupta | 75ee8b4 | 2017-07-10 10:28:39 +0530 | [diff] [blame] | 1 | description: > |
| 2 | This defines a MAC address of ethernet interface. |
| 3 | |
| 4 | properties: |
| 5 | - name: MACAddress |
| 6 | type: string |
| 7 | description: > |
Karthick Sundarrajan | 8fcea4f | 2019-12-05 14:01:13 -0800 | [diff] [blame] | 8 | MAC address of the ethernet interface in six groups of |
| 9 | two hexadecimal digits separated by colons. |
| 10 | Example: 01:23:45:67:89:AB |
Gunnar Mills | 466cb6a | 2018-06-19 15:06:53 -0500 | [diff] [blame] | 11 | errors: |
| 12 | - xyz.openbmc_project.Common.Error.InvalidArgument |
Gunnar Mills | 6194921 | 2018-06-19 16:08:57 -0500 | [diff] [blame] | 13 | - xyz.openbmc_project.Common.Error.InternalFailure |