summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDragos Ciprian Nedelcu <Dragos.Ciprian.Nedelcu@enea.com>2021-04-28 16:10:50 +0200
committerDragos Ciprian Nedelcu <Dragos.Ciprian.Nedelcu@enea.com>2021-04-28 16:10:50 +0200
commitd4241e6356efb7f6dd56b81f83f1258f1f10d4f4 (patch)
tree4fae129b3831dbe060b17a1199844efa0ffc5f4a
parentdac72eb62a2075ac2c1c9cd2e76b3240289dadc6 (diff)
downloadnfv-access-documentation-custom_CPDX-3546.tar.gz
Remove reference to "802.1Q-802.1Q" vlan type optioncustom_CPDX-3546
Change-Id: I84e1fd78bd4bcf58ed76d3a0259d40843741c4bf Signed-off-by: Dragos Ciprian Nedelcu <Dragos.Ciprian.Nedelcu@enea.com>
-rw-r--r--doc/book-enea-edge-getting-started/doc/installation_guide.xml14
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/book-enea-edge-getting-started/doc/installation_guide.xml b/doc/book-enea-edge-getting-started/doc/installation_guide.xml
index f2917ef..6bd647a 100644
--- a/doc/book-enea-edge-getting-started/doc/installation_guide.xml
+++ b/doc/book-enea-edge-getting-started/doc/installation_guide.xml
@@ -936,16 +936,14 @@ of=/dev/sdb bs=4M conv=fsync</programlisting>
936 <listitem> 936 <listitem>
937 <para>Configure VLAN tagging for the management network interface. 937 <para>Configure VLAN tagging for the management network interface.
938 Supported options for the <literal>VLAN Type</literal> are <literal>none</literal>, 938 Supported options for the <literal>VLAN Type</literal> are <literal>none</literal>,
939 <literal>802.1Q</literal>, <literal>802.1Q-802.1Q</literal> and 939 <literal>802.1Q</literal> and <literal>802.1ad-802.1Q</literal>. Depending on the
940 <literal>802.1ad-802.1Q</literal>. Depending on the option selected, the user 940 option selected, the user will be required to also provide <literal>Inner ID</literal>,
941 will be required to also provide <literal>Inner ID</literal>,
942 <literal>Outer ID</literal> or <literal>MTU</literal>. The <literal>Inner ID</literal> 941 <literal>Outer ID</literal> or <literal>MTU</literal>. The <literal>Inner ID</literal>
943 is valid for all types with the exception of <literal>none</literal>. The 942 is valid for all types with the exception of <literal>none</literal>. The
944 <literal>Outer ID</literal> is only valid if the type is <literal>802.1Q-802.1Q</literal> 943 <literal>Outer ID</literal> is only valid if the type is <literal>802.1ad-802.1Q</literal>.
945 or <literal>802.1ad-802.1Q</literal>. The <literal>MTU</literal> is optional. 944 The <literal>MTU</literal> is optional. If the MTU is specified, it must be less than
946 If the MTU is specified, it must be less than or equal to the MTU of the original 945 or equal to the MTU of the original WAN interface. If the MTU is not specified,
947 WAN interface. If the MTU is not specified, the MTU of the original WAN interface 946 the MTU of the original WAN interface is used.</para>
948 is used.</para>
949 </listitem> 947 </listitem>
950 948
951 <listitem> 949 <listitem>