summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRatan Gupta <ratagupt@in.ibm.com>2017-04-05 18:50:10 +0530
committerPatrick Williams <patrick@stwcx.xyz>2017-04-25 16:18:24 +0000
commit4d7312da5342a370f8ad543de8351f819d5827c2 (patch)
treea2aa3344bcd033e24205a9546178456a5b9ba0c4
parent0f9471f4dac2b812e5e64df68563f0820d51f016 (diff)
downloadphosphor-dbus-interfaces-4d7312da5342a370f8ad543de8351f819d5827c2.tar.gz
phosphor-dbus-interfaces-4d7312da5342a370f8ad543de8351f819d5827c2.zip
Network: define interface for VLAN specific parameters
Change-Id: I5b3bf1239c543aa8e16014df03699e2eb74bcc85 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
-rw-r--r--xyz/openbmc_project/Network/VLAN.interface.yaml15
1 files changed, 15 insertions, 0 deletions
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.
OpenPOWER on IntegriCloud