mirror of https://github.com/apache/cloudstack.git
Revert "CLOUDSTACK-804 bharat's comments"
This reverts commit 72d3bc3c12.
This commit is contained in:
parent
470e76b3d6
commit
a44b16d15e
|
|
@ -32,6 +32,10 @@
|
|||
<listitem>
|
||||
<para>Ensure that the VLAN range does not already exist.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Check whether the new VLAN range overlaps with any existing ones. </para>
|
||||
<para>If overlaps, extend the existing range. If does not overlap, add the new range.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>In the left navigation, choose Infrastructure. </para>
|
||||
</listitem>
|
||||
|
|
@ -50,15 +54,13 @@
|
|||
<imagedata fileref="./images/edit-icon.png"/>
|
||||
</imageobject>
|
||||
<textobject>
|
||||
<phrase>edit-icon.png: button to edit the VLAN range.</phrase>
|
||||
<phrase>edit-icon.png: button to add a VLAN range.</phrase>
|
||||
</textobject>
|
||||
</inlinemediaobject></para>
|
||||
<para>The VLAN Ranges field now is editable.</para>
|
||||
<para>The VLAN Ranges field now be editable.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Specify the start and end of the VLAN range in comma-separated list.</para>
|
||||
<para>Specify all the VLANs you want to use, VLANs not specified will be removed if you are
|
||||
adding new ranges to the existing list. </para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Click Apply.</para>
|
||||
|
|
|
|||
Loading…
Reference in New Issue