We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c5e0f commit 0ee09b3Copy full SHA for 0ee09b3
1 file changed
agent/conf/agent.properties
@@ -364,6 +364,14 @@ iscsi.session.cleanup.enabled=false
364
# to the directory "/usr/share/cloudstack-common/".
365
#network.scripts.dir=scripts/vm/network/vnet
366
367
+# Sets the VXLAN networking mode used, either 'multicast' (default) or 'evpn'.
368
+# The different modes lead to different scripts being executed by the Agent.
369
+# multicast: modifyvxlan.sh
370
+# evpn: modifyvxlan-evpn.sh
371
+# Existing environments using VXLAN can safely switch to the 'evpn' mode as this
372
+# will not break existing functionality.
373
+#network.vxlan.mode=multicast
374
+
375
# Defines the location for storage scripts.
376
# The path defined in this property is relative.
377
# To locate the script, ACS first tries to concatenate
0 commit comments