From 4d7312da5342a370f8ad543de8351f819d5827c2 Mon Sep 17 00:00:00 2001 From: Ratan Gupta Date: Wed, 5 Apr 2017 18:50:10 +0530 Subject: Network: define interface for VLAN specific parameters Change-Id: I5b3bf1239c543aa8e16014df03699e2eb74bcc85 Signed-off-by: Ratan Gupta --- xyz/openbmc_project/Network/VLAN.interface.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 xyz/openbmc_project/Network/VLAN.interface.yaml (limited to 'xyz/openbmc_project/Network/VLAN.interface.yaml') 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. -- cgit v1.2.1