summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-06-19 15:06:53 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-06-26 16:32:59 +0000
commit466cb6a4b20ac0db80a3b5d3629df27afb6336bb (patch)
tree5b733b91e2ad635f76dab51349bb1f6e5f3a1799 /xyz
parent05375b14e5a68ac249da6a8cd68e3d522a7ed022 (diff)
downloadphosphor-dbus-interfaces-466cb6a4b20ac0db80a3b5d3629df27afb6336bb.tar.gz
phosphor-dbus-interfaces-466cb6a4b20ac0db80a3b5d3629df27afb6336bb.zip
Add InvalidArgument error for MAC Address
sdbusplus now supports errors on properties. Change-Id: Ia70bb6b9c52dc60ecf549e5b5209848a3cb0bfda Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'xyz')
-rw-r--r--xyz/openbmc_project/Network/MACAddress.interface.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/xyz/openbmc_project/Network/MACAddress.interface.yaml b/xyz/openbmc_project/Network/MACAddress.interface.yaml
index 5585338..96f4177 100644
--- a/xyz/openbmc_project/Network/MACAddress.interface.yaml
+++ b/xyz/openbmc_project/Network/MACAddress.interface.yaml
@@ -6,4 +6,5 @@ properties:
type: string
description: >
MAC address of the ethernet interface.
-
+ errors:
+ - xyz.openbmc_project.Common.Error.InvalidArgument
OpenPOWER on IntegriCloud