blob: 5c9daa073fd147c4a0cea64d49ce1585dced3995 [file] [log] [blame]
Ratan Gupta75ee8b42017-07-10 10:28:39 +05301description: >
2 This defines a MAC address of ethernet interface.
3
4properties:
5 - name: MACAddress
6 type: string
7 description: >
Karthick Sundarrajan8fcea4f2019-12-05 14:01:13 -08008 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 Mills466cb6a2018-06-19 15:06:53 -050011 errors:
12 - xyz.openbmc_project.Common.Error.InvalidArgument
Gunnar Mills61949212018-06-19 16:08:57 -050013 - xyz.openbmc_project.Common.Error.InternalFailure