Skip to content

Commit 5cd4cc3

Browse files
committed
Fix symlink and URL to modifyvxlan-evpn.sh script
1 parent b8f0bad commit 5cd4cc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/plugins/vxlan.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,10 @@ A different version of this script is available which will use EVPN instead of M
266266
In order to use this script create a symlink on **each** KVM hypervisor
267267

268268
::
269+
$ cd /usr/share
270+
$ ln -s cloudstack-common/scripts/vm/network/vnet/modifyvxlan-evpn.sh modifyvxlan.sh
269271

270-
$ ln -s /usr/share/modifyvxlan.sh /usr/share/cloudstack-common/scripts/vm/network/vnet/modifyvxlan-evpn.sh
271-
272-
This script is also available on `download.cloudstack.org <https://download.cloudstack.org/tools/scripts/vxlan/modifyvxlan.sh>`_.
272+
This script is also available in the CloudStack `GIT repository <https://raw.githubusercontent.com/apache/cloudstack/refs/heads/main/scripts/vm/network/vnet/modifyvxlan-evpn.sh>`_.
273273

274274
View the contents of the script to understand it's inner workings, some key items:
275275

0 commit comments

Comments
 (0)