blob: 2df4676d7848d3ad9a10db4a4ad5581ca5a862d5 [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: >
Patrick Williamsa1347412022-12-06 10:56:22 -06008 MAC address of the ethernet interface in six groups of two hexadecimal
9 digits separated by colons. Example: 01:23:45:67:89:AB
Gunnar Mills466cb6a2018-06-19 15:06:53 -050010 errors:
Patrick Williams8da396c2022-03-14 14:21:02 -050011 - xyz.openbmc_project.Common.Error.InvalidArgument
12 - xyz.openbmc_project.Common.Error.InternalFailure
13 - xyz.openbmc_project.Common.Error.NotAllowed