We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8996286 commit c46fb70Copy full SHA for c46fb70
1 file changed
scripts/vm/network/vnet/modifyvxlan-evpn.sh
@@ -20,11 +20,12 @@
20
# Use BGP+EVPN for VXLAN with CloudStack instead of Multicast
21
#
22
# The default 'modifyvxlan.sh' script from CloudStack uses Multicast instead of EVPN for VXLAN
23
-# 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:
24
25
-# cd /usr/share
26
-# ln -s cloudstack-common/scripts/vm/network/vnet/modifyvxlan-evpn.sh modifyvxlan.sh
+# network.vxlan.mode=evpn
27
+# This will result in the Agent executing 'modifyvxlan-evpn.sh', which is suited for EVPN configured VXLAN
28
+# environments.
29
30
# CloudStack will not handle the BGP configuration nor communication, the operator of the hypervisor will
31
# need to configure the properly.
0 commit comments