mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 05:26:35 +00:00
vxlan: Update documentation inside modifyvxlan-evpn.sh (#13584)
This commit does not change any functionality, it merely changes documentation inside the script.
This commit is contained in:
parent
8996286a95
commit
c46fb70757
@ -20,11 +20,12 @@
|
|||||||
# Use BGP+EVPN for VXLAN with CloudStack instead of Multicast
|
# Use BGP+EVPN for VXLAN with CloudStack instead of Multicast
|
||||||
#
|
#
|
||||||
# The default 'modifyvxlan.sh' script from CloudStack uses Multicast instead of EVPN for VXLAN
|
# The default 'modifyvxlan.sh' script from CloudStack uses Multicast instead of EVPN for VXLAN
|
||||||
# In order to use this script and thus utilize BGP+EVPN, symlink this file:
|
# In order to use this script and thus utilize BGP+EVPN, set in agent.properties:
|
||||||
#
|
#
|
||||||
# cd /usr/share
|
# network.vxlan.mode=evpn
|
||||||
# ln -s cloudstack-common/scripts/vm/network/vnet/modifyvxlan-evpn.sh modifyvxlan.sh
|
|
||||||
#
|
#
|
||||||
|
# This will result in the Agent executing 'modifyvxlan-evpn.sh', which is suited for EVPN configured VXLAN
|
||||||
|
# environments.
|
||||||
#
|
#
|
||||||
# CloudStack will not handle the BGP configuration nor communication, the operator of the hypervisor will
|
# CloudStack will not handle the BGP configuration nor communication, the operator of the hypervisor will
|
||||||
# need to configure the properly.
|
# need to configure the properly.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user