1description: > 2 This defines a MAC address of ethernet interface. 3 4properties: 5 - name: MACAddress 6 type: string 7 description: > 8 MAC address of the ethernet interface in six groups of two hexadecimal 9 digits separated by colons. Example: 01:23:45:67:89:AB 10 errors: 11 - xyz.openbmc_project.Common.Error.InvalidArgument 12 - xyz.openbmc_project.Common.Error.InternalFailure 13 - xyz.openbmc_project.Common.Error.NotAllowed 14