From 0ee09b3c221818124201022ed5a1d8b67cc3f025 Mon Sep 17 00:00:00 2001 From: Wido den Hollander Date: Wed, 6 May 2026 08:22:20 +0200 Subject: [PATCH] Add network.vxlan.mode to agent.properties Make sure there is an example in the agent.properties file so people can easily discover this configuration setting exists --- agent/conf/agent.properties | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/agent/conf/agent.properties b/agent/conf/agent.properties index ba4a3874664..57fc7b1eb88 100644 --- a/agent/conf/agent.properties +++ b/agent/conf/agent.properties @@ -364,6 +364,14 @@ iscsi.session.cleanup.enabled=false # to the directory "/usr/share/cloudstack-common/". #network.scripts.dir=scripts/vm/network/vnet +# Sets the VXLAN networking mode used, either 'multicast' (default) or 'evpn'. +# The different modes lead to different scripts being executed by the Agent. +# multicast: modifyvxlan.sh +# evpn: modifyvxlan-evpn.sh +# Existing environments using VXLAN can safely switch to the 'evpn' mode as this +# will not break existing functionality. +#network.vxlan.mode=multicast + # Defines the location for storage scripts. # The path defined in this property is relative. # To locate the script, ACS first tries to concatenate