xref: /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/MACAddress.interface.yaml (revision 0e14bf7dc6cb0dee8b2de6b29459e88b012e1829)
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