Skip to content

Commit 0ee09b3

Browse files
committed
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
1 parent 53c5e0f commit 0ee09b3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

agent/conf/agent.properties

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,14 @@ iscsi.session.cleanup.enabled=false
364364
# to the directory "/usr/share/cloudstack-common/".
365365
#network.scripts.dir=scripts/vm/network/vnet
366366

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+
367375
# Defines the location for storage scripts.
368376
# The path defined in this property is relative.
369377
# To locate the script, ACS first tries to concatenate

0 commit comments

Comments
 (0)