Skip to content

Commit 5a7e281

Browse files
committed
Fix trailing whitespace and symlink creation
1 parent 4742eb0 commit 5a7e281

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@
2222
# The default 'modifyvxlan.sh' script from CloudStack uses Multicast instead of EVPN for VXLAN
2323
# In order to use this script and thus utilize BGP+EVPN, symlink this file:
2424
#
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
2627
#
2728
#
2829
# CloudStack will not handle the BGP configuration nor communication, the operator of the hypervisor will
2930
# need to configure the properly.
3031
#
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
3233
# exchange BGP+EVPN information.
3334
#
3435
# More information about BGP and EVPN with FRR: https://vincent.bernat.ch/en/blog/2017-vxlan-bgp-evpn

0 commit comments

Comments
 (0)