This is an automated email from the ASF dual-hosted git repository.
weizhouapache pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new c46fb707576 vxlan: Update documentation inside modifyvxlan-evpn.sh
(#13584)
c46fb707576 is described below
commit c46fb707576fa4db11323579999b42cad6431ca7
Author: Wido den Hollander <[email protected]>
AuthorDate: Fri Jul 10 11:24:27 2026 +0200
vxlan: Update documentation inside modifyvxlan-evpn.sh (#13584)
This commit does not change any functionality, it merely changes
documentation
inside the script.
---
scripts/vm/network/vnet/modifyvxlan-evpn.sh | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/scripts/vm/network/vnet/modifyvxlan-evpn.sh
b/scripts/vm/network/vnet/modifyvxlan-evpn.sh
index 6728fcb780a..d5479e37f7d 100755
--- a/scripts/vm/network/vnet/modifyvxlan-evpn.sh
+++ b/scripts/vm/network/vnet/modifyvxlan-evpn.sh
@@ -20,11 +20,12 @@
# Use BGP+EVPN for VXLAN with CloudStack instead of Multicast
#
# 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
-# ln -s cloudstack-common/scripts/vm/network/vnet/modifyvxlan-evpn.sh
modifyvxlan.sh
+# network.vxlan.mode=evpn
#
+# 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
# need to configure the properly.