Skip to content

Commit c46fb70

Browse files
authored
vxlan: Update documentation inside modifyvxlan-evpn.sh (#13584)
This commit does not change any functionality, it merely changes documentation inside the script.
1 parent 8996286 commit c46fb70

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

scripts/vm/network/vnet/modifyvxlan-evpn.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@
2020
# Use BGP+EVPN for VXLAN with CloudStack instead of Multicast
2121
#
2222
# 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:
23+
# In order to use this script and thus utilize BGP+EVPN, set in agent.properties:
2424
#
25-
# cd /usr/share
26-
# ln -s cloudstack-common/scripts/vm/network/vnet/modifyvxlan-evpn.sh modifyvxlan.sh
25+
# network.vxlan.mode=evpn
2726
#
27+
# This will result in the Agent executing 'modifyvxlan-evpn.sh', which is suited for EVPN configured VXLAN
28+
# environments.
2829
#
2930
# CloudStack will not handle the BGP configuration nor communication, the operator of the hypervisor will
3031
# need to configure the properly.

0 commit comments

Comments
 (0)