diff --git a/source/ext/spellchecking/wordlists/opennebula.txt b/source/ext/spellchecking/wordlists/opennebula.txt index 2e3faf5fa..d96749fda 100644 --- a/source/ext/spellchecking/wordlists/opennebula.txt +++ b/source/ext/spellchecking/wordlists/opennebula.txt @@ -116,6 +116,7 @@ PublicIP Pyone Qcow Qemu +QinQ QoS Qos RSync @@ -150,6 +151,7 @@ Unassigns Uncomment Unmanaged Unregister +Untagged Uplink VID VMs @@ -652,6 +654,7 @@ securetty serveradmin serverless serveruser +server-del sftp sg sgID @@ -735,6 +738,7 @@ unregister unresched unshare unsynced +untagged untar updatear updateconf diff --git a/source/open_cluster_deployment/networking_setup/bridged.rst b/source/open_cluster_deployment/networking_setup/bridged.rst index 2495c2c35..255545eed 100644 --- a/source/open_cluster_deployment/networking_setup/bridged.rst +++ b/source/open_cluster_deployment/networking_setup/bridged.rst @@ -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: diff --git a/source/open_cluster_deployment/networking_setup/vlan.rst b/source/open_cluster_deployment/networking_setup/vlan.rst index f7ce963b1..01c9af36f 100644 --- a/source/open_cluster_deployment/networking_setup/vlan.rst +++ b/source/open_cluster_deployment/networking_setup/vlan.rst @@ -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 ------------------------