File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
22
# The default 'modifyvxlan.sh' script from CloudStack uses Multicast instead of EVPN for VXLAN
23
23
# In order to use this script and thus utilize BGP+EVPN, symlink this file:
24
24
#
25
- # ln -s /usr/share/modifyvxlan.sh /usr/share/cloudstack-common/scripts/vm/network/vnet/modifyvxlan-evpn.sh
25
+ # cd /usr/share
26
+ # ln -s cloudstack-common/scripts/vm/network/vnet/modifyvxlan-evpn.sh modifyvxlan.sh
26
27
#
27
28
#
28
29
# CloudStack will not handle the BGP configuration nor communication, the operator of the hypervisor will
29
30
# need to configure the properly.
30
31
#
31
- # Frrouting is recommend to be used on the hypervisor to establish BGP sessions with upstream routers and
32
+ # Frrouting is recommend to be used on the hypervisor to establish BGP sessions with upstream routers and
32
33
# exchange BGP+EVPN information.
33
34
#
34
35
# More information about BGP and EVPN with FRR: https://vincent.bernat.ch/en/blog/2017-vxlan-bgp-evpn
You can’t perform that action at this time.
0 commit comments