From 9323c6050d9b28bc180cfabad489f44f6f5e2356 Mon Sep 17 00:00:00 2001 From: Carlos Goncalves Date: Fri, 15 Sep 2023 15:22:48 +0200 Subject: [PATCH] Add VLAN protocol parameter Signed-off-by: Carlos Goncalves --- devel/yaml_api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/yaml_api.md b/devel/yaml_api.md index 2e6aabc..2cadb44 100644 --- a/devel/yaml_api.md +++ b/devel/yaml_api.md @@ -912,13 +912,13 @@ interfaces: vlan: base-iface: eth1 id: 101 + protocol: 802.1q ``` The `vlan` sections contains two parameters: * `base-iface`: The parent interface name. * `id`: VLAN ID integer. - -Currently, we only support VLAN based on IEEE 802.1Q protocol. + * `protocol`: `802.1q` (default) or `802.1ad` ### VxLAN Interface @@ -1029,7 +1029,7 @@ options: * `hello-time`: Integer * `max-age`: Integer * `priority`: Integer - * `vlan-protocol`: `802.1q`(default) or `802.1ad` + * `vlan-protocol`: `802.1q` (default) or `802.1ad` ### Linux Bridge Ports