summaryrefslogtreecommitdiff
path: root/docs/configuration/interfaces/geneve.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration/interfaces/geneve.rst')
-rw-r--r--docs/configuration/interfaces/geneve.rst32
1 files changed, 28 insertions, 4 deletions
diff --git a/docs/configuration/interfaces/geneve.rst b/docs/configuration/interfaces/geneve.rst
index bf8b0920..a0a46a95 100644
--- a/docs/configuration/interfaces/geneve.rst
+++ b/docs/configuration/interfaces/geneve.rst
@@ -16,7 +16,7 @@ entirely.
GENEVE is designed to support network virtualization use cases, where tunnels
are typically established to act as a backplane between the virtual switches
residing in hypervisors, physical switches, or middleboxes or other appliances.
-An arbitrary IP network can be used as an underlay although Clos networks - A
+An arbitrary IP network can be used as an underlay through Clos networks - A
technique for composing network fabrics larger than a single switch while
maintaining non-blocking bandwidth across connection points. ECMP is used to
divide traffic across the multiple links and switches that constitute the
@@ -41,9 +41,33 @@ Configuration
Common interface configuration
==============================
-.. cmdinclude:: /_include/interface-common-without-dhcp.txt
- :var0: geneve
- :var1: gnv0
+.. cmdinclude:: /_include/interface-address.txt
+ :var0: geneve
+ :var1: gnv0
+
+.. cmdinclude:: /_include/interface-description.txt
+ :var0: geneve
+ :var1: gnv0
+
+.. cmdinclude:: /_include/interface-disable.txt
+ :var0: geneve
+ :var1: gnv0
+
+.. cmdinclude:: /_include/interface-mac.txt
+ :var0: geneve
+ :var1: gnv0
+
+.. cmdinclude:: /_include/interface-mtu.txt
+ :var0: geneve
+ :var1: gnv0
+
+.. cmdinclude:: /_include/interface-ip.txt
+ :var0: geneve
+ :var1: gnv0
+
+.. cmdinclude:: /_include/interface-ipv6.txt
+ :var0: geneve
+ :var1: gnv0
GENEVE options
==============