Add geneve in neutron tunnel protocols doc
The patch adds the introduce of geneve in neutron tunnel protocols doc. Change-Id: I61bbe8c724b9e64ae788cd9acbaafd5954e75ca6 Closes-Bug: 1778741
This commit is contained in:
parent
da396c3f47
commit
b37f440227
@ -32,3 +32,14 @@ Layer 2 overlay scheme on a Layer 3 network. It allows an overlay layer-2
|
|||||||
network to spread across multiple underlay layer-3 network domains. Each
|
network to spread across multiple underlay layer-3 network domains. Each
|
||||||
overlay is termed a VXLAN segment. Only VMs within the same VXLAN segment
|
overlay is termed a VXLAN segment. Only VMs within the same VXLAN segment
|
||||||
can communicate.
|
can communicate.
|
||||||
|
|
||||||
|
Generic Network Virtualization Encapsulation (GENEVE)
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Geneve is designed to recognize and accommodate changing capabilities and
|
||||||
|
needs of different devices in network virtualization. It provides a
|
||||||
|
framework for tunneling rather than being prescriptive about the entire
|
||||||
|
system. Geneve defines the content of the metadata flexibly that is added
|
||||||
|
during encapsulation and tries to adapt to various virtualization scenarios.
|
||||||
|
It uses UDP as its transport protocol and is dynamic in size using extensible
|
||||||
|
option headers. Geneve supports unicast, multicast, and broadcast.
|
||||||
|
Loading…
Reference in New Issue
Block a user