From 678317d432b968d15d9d36a63eadc4509c98410a Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 19 Dec 2019 18:17:43 +0100 Subject: style-guide: all opcmd and clicmd explanations should be indented by 3 --- docs/interfaces/addresses.rst | 2 +- docs/interfaces/geneve.rst | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) (limited to 'docs/interfaces') 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. -- cgit v1.2.3