Skip to content

Commit

Permalink
vlan/vxlan: Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Gris Ge <[email protected]>
  • Loading branch information
cathay4t committed Jun 18, 2024
1 parent cab3e5d commit 6e66556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devel/yaml_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ The `vlan` sections contains two parameters:

With nmstate 2.2.1+, when using Nmstate with NetworkManager backend, nmstate
can creating VLAN over unmanaged interface, hence if you never mention VLAN
parent in `interfafaces` section of desired state, nmstate will not convert
parent in `interfaces` section of desired state, nmstate will not convert
VxLAN parent interface from unmanaged to managed.

For `generate configuration(gc)` mode, unmentioned VLAN parent will not
Expand Down Expand Up @@ -992,7 +992,7 @@ Currently, we only support VxLAN based on IEEE 802.1Q protocol.

With nmstate 2.2.1+, when using Nmstate with NetworkManager backend, nmstate
can creating VxLAN over unmanaged interface, if you never mention VxLAN parent
in `interfafaces` section of desired state, nmstate will not convert VxLAN
in `interfaces` section of desired state, nmstate will not convert VxLAN
parent interface from unmanaged to managed.

For `generate configuration(gc)` mode, unmentioned VxLAN parent will not
Expand Down

0 comments on commit 6e66556

Please sign in to comment.