-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct ethtype referencing incorrect values
documentation in OVN-NB in Logical_Switch_Port for Ethtype references incorrect values "Supported values: 802.11q (default), 802.11ad." This should be 802.1q and 802.1ad. Correct this in the code and documentation. For now I logged as a warning that the incorrect value is used and maybe in the future the incorrect value could be removed. Reported-at: https://mail.openvswitch.org/pipermail/ovs-discuss/2023-December/052836.html Fixes: 50f4ea0 ("Support 802.11ad EthType for localnet ports") Submitted-at: #229 Signed-off-by: Jacob Tanenbaum <jtanenba@redhat.com> Signed-off-by: Dumitru Ceara <dceara@redhat.com> (cherry picked from commit 58dcbef)
- Loading branch information
1 parent
f6f6d48
commit 1d4114d
Showing
3 changed files
with
20 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters