Skip to content

Commit

Permalink
Add VLAN protocol parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Goncalves <[email protected]>
  • Loading branch information
cgoncalves authored and ffmancera committed Oct 30, 2023
1 parent 77acca3 commit 9323c60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devel/yaml_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 9323c60

Please sign in to comment.