summaryrefslogtreecommitdiff
path: root/docs/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'docs/interfaces')
-rw-r--r--docs/interfaces/addresses.rst2
-rw-r--r--docs/interfaces/geneve.rst19
2 files changed, 11 insertions, 10 deletions
diff --git a/docs/interfaces/addresses.rst b/docs/interfaces/addresses.rst
index 034fb0ef..709490c8 100644
--- a/docs/interfaces/addresses.rst
+++ b/docs/interfaces/addresses.rst
@@ -13,7 +13,7 @@ addresses might be:
.. cfgcmd:: set interfaces ethernet eth0 description 'OUTSIDE'
-An interface description is assigned using the following command:
+ An interface description is assigned using the following command:
IPv4
^^^^
diff --git a/docs/interfaces/geneve.rst b/docs/interfaces/geneve.rst
index 252668c1..dc762738 100644
--- a/docs/interfaces/geneve.rst
+++ b/docs/interfaces/geneve.rst
@@ -34,21 +34,22 @@ Geneve Header:
.. cfgcmd:: set interfaces geneve gnv0 address '192.0.2.2/24'
-Create GENEVE tunnel listening on local address `192.0.2.2/24`.
+ Create GENEVE tunnel listening on local address `192.0.2.2/24`.
.. cfgcmd:: set interfaces geneve gnv0 remote '172.18.204.10'
-Specify the IP address of the other end of the tunnel.
+ Specify the IP address of the other end of the tunnel.
.. cfgcmd:: set interfaces geneve gnv0 vni '1000'
-:abbr:`VNI (Virtual Network Identifier)` is an identifier for a unique element
-of a virtual network. In many situations this may represent an L2 segment,
-however, the control plane defines the forwarding semantics of decapsulated
-packets. The VNI MAY be used as part of ECMP forwarding decisions or MAY be
-used as a mechanism to distinguish between overlapping address spaces contained
-in the encapsulated packet when load balancing across CPUs.
+ :abbr:`VNI (Virtual Network Identifier)` is an identifier for a unique
+ element of a virtual network. In many situations this may represent an L2
+ segment, however, the control plane defines the forwarding semantics of
+ decapsulated packets. The VNI MAY be used as part of ECMP forwarding
+ decisions or MAY be used as a mechanism to distinguish between overlapping
+ address spaces contained in the encapsulated packet when load balancing
+ across CPUs.
.. cfgcmd:: set interfaces geneve gnv0 mtu
-Set interface :abbr:`MTU (Maximum Transfer Unit)` size.
+ Set interface :abbr:`MTU (Maximum Transfer Unit)` size.