Network: define interface for VLAN specific parameters

Change-Id: I5b3bf1239c543aa8e16014df03699e2eb74bcc85
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
diff --git a/xyz/openbmc_project/Network/VLAN.interface.yaml b/xyz/openbmc_project/Network/VLAN.interface.yaml
new file mode 100644
index 0000000..bac27d7
--- /dev/null
+++ b/xyz/openbmc_project/Network/VLAN.interface.yaml
@@ -0,0 +1,15 @@
+description: >
+    This defines VLAN specific parameters.
+
+# TODO Fix it through https://github.com/openbmc/openbmc/issues/1438
+# creatable: true
+
+properties:
+   - name: InterfaceName
+     type: string
+     description: >
+         Name of the interface.
+   - name: Id
+     type: uint32
+     description: >
+         VLAN Identifier.