Interface AddLinkVlanTypeArgs

Add link vlan type arguments.

Hierarchy

  • AddLinkVlanTypeArgs

Properties

bridge_binding?: OnOffToggle

Specifies whether the VLAN device link state tracks the state of bridge ports that are members of the VLAN.

egress-qos-map?: string[]

Defines a mapping of Linux internal packet priority to VLAN header prio field but for outgoing frames. The format is the same as for ingress-qos-map.

Specifies whether this VLAN should be registered using GARP VLAN Registration Protocol.

id: number

Specifies the VLAN Identifier to use. Note that numbers with a leading " 0 " or " 0x " are interpreted as octal or hexadecimal, respectively.

ingress-qos-map?: string[]

Defines a mapping of VLAN header prio field to the Linux internal packet priority on incoming frames. The format is FROM:TO with multiple mappings separated by spaces.

loose_binding?: OnOffToggle

Specifies whether the VLAN device state is bound to the physical device state.

Specifies whether this VLAN should be registered using Multiple VLAN Registration Protocol.

protocol: VlanProtocols

VLAN Protocol.

reorder_hdr?: OnOffToggle

Specifies whether ethernet headers are reordered or not (default is on).

Generated using TypeDoc