vlan: Modify create method to return an ObjectPath

This will be nice to have for ipmid so that it can easily figure out the
path of the new vlan object when it creates one.

Change-Id: I6b93c5e64499c0cb9e36e8354eda6089bfd6d6c9
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/xyz/openbmc_project/Network/VLAN/Create.interface.yaml b/xyz/openbmc_project/Network/VLAN/Create.interface.yaml
index be23a55..8e63f2f 100644
--- a/xyz/openbmc_project/Network/VLAN/Create.interface.yaml
+++ b/xyz/openbmc_project/Network/VLAN/Create.interface.yaml
@@ -12,3 +12,8 @@
           type: uint32
           description: >
               VLAN Identifier.
+      returns:
+        - name: Path
+          type: path
+          description: >
+            The path for the created VLAN object.