blob: 5ec8cd9d044baaecc23dba0c7ec59449d049a3f9 [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:
Patrick Williams8da396c2022-03-14 14:21:02 -050012 - xyz.openbmc_project.Common.Error.InvalidArgument
13 - xyz.openbmc_project.Common.Error.InternalFailure
14 - xyz.openbmc_project.Common.Error.NotAllowed