Skip to content

Commit

Permalink
M #-: Fix spelling
Browse files Browse the repository at this point in the history
Signed-off-by: dcarracedo <[email protected]>
(cherry picked from commit cc27392)
  • Loading branch information
dcarracedo authored and rsmontero committed Dec 18, 2024
1 parent 7c01ae8 commit bfe51d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions source/ext/spellchecking/wordlists/opennebula.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ PublicIP
Pyone
Qcow
Qemu
QinQ
QoS
Qos
RSync
Expand Down Expand Up @@ -150,6 +151,7 @@ Unassigns
Uncomment
Unmanaged
Unregister
Untagged
Uplink
VID
VMs
Expand Down Expand Up @@ -652,6 +654,7 @@ securetty
serveradmin
serverless
serveruser
server-del
sftp
sg
sgID
Expand Down Expand Up @@ -735,6 +738,7 @@ unregister
unresched
unshare
unsynced
untagged
untar
updatear
updateconf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ By default the Linux bridge driver does not performs any filtering on the VLAN t
| Attribute | Value | Mandatory |
+===============================+===============================================================+===========+
| | Specify a range of VLANs that are allowed for the VM traffic. | |
| ``VLAN_TAGGED_ID`` | Comman separated list of tags, ranges are supported. | NO |
| ``VLAN_TAGGED_ID`` | Comma separated list of tags, ranges are supported. | NO |
+-------------------------------+---------------------------------------------------------------+-----------+

For example to only allow a VM to use the VLANS IDs 100, 105, 106 and 107, add to the network:
Expand Down
2 changes: 1 addition & 1 deletion source/open_cluster_deployment/networking_setup/vlan.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ However, for the most common scenarios the 802.1Q driver can produce the double

.. note::

When ``CVLANS`` is not configured the bridge will add the VLAN ID tag to any traffic comming from the VM (tagged or not). There is no filtering of the VLAN IDs used by the VM.
When ``CVLANS`` is not configured the bridge will add the VLAN ID tag to any traffic coming from the VM (tagged or not). There is no filtering of the VLAN IDs used by the VM.

OpenNebula Configuration
------------------------
Expand Down

0 comments on commit bfe51d8

Please sign in to comment.