Difference between revisions of "Generic Network Virtualization Encapsulation (GENEVE)"
Jump to navigation
Jump to search
(Created page with "- https://developers.redhat.com/blog/2019/05/17/an-introduction-to-linux-virtual-interfaces-tunnels/#geneve - https://access.redhat.com/documentation/en-us/red_hat_openstack_p...") |
|||
Line 2: | Line 2: | ||
- https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/13/html/networking_with_open_virtual_network/open_virtual_network_ovn | - https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/13/html/networking_with_open_virtual_network/open_virtual_network_ovn | ||
+ | ``` | ||
# ip link add name geneve0 type geneve id VNI remote REMOTE_IPv4_ADDR | # ip link add name geneve0 type geneve id VNI remote REMOTE_IPv4_ADDR | ||
+ | ``` |
Latest revision as of 17:31, 23 February 2020
- https://developers.redhat.com/blog/2019/05/17/an-introduction-to-linux-virtual-interfaces-tunnels/#geneve
- https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/13/html/networking_with_open_virtual_network/open_virtual_network_ovn
# ip link add name geneve0 type geneve id VNI remote REMOTE_IPv4_ADDR