xref: /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/VLAN.interface.yaml (revision 011f416700b3f2dfc152e279fd3853a0456082ed)
1description: >
2    This defines VLAN specific parameters.
3
4# TODO Fix it through https://github.com/openbmc/openbmc/issues/1438
5# creatable: true
6
7properties:
8    - name: InterfaceName
9      type: string
10      flags:
11          - const
12      description: >
13          Name of the interface.
14    - name: Id
15      type: uint32
16      flags:
17          - const
18      description: >
19          VLAN Identifier.
20