cloudstack/agent/conf
Wido den Hollander a97c510374
kvm: Add a configuration setting to switch between multicast and evpn VXLAN modes (#13107)
* kvm: Add a configuration setting to switch between multicast and evpn VXLAN modes

Using the 'network.vxlan.mode' setting you can switch between the multicast (default) and evpn VXLAN modes on a KVM Agent.

When nothing is configured CloudStack will default to multicast by using the modifyvxlan.sh script in the background.
If this setting is set to 'evpn' the KVM Agent will execute the 'modifyvxlan-evpn.sh' script which will configure the VXLAN
devices for EVPN (usually with FRRouting with BGP) mode.

This removes the need to manually replace a shell script on the hypervisor to switch modes.

Existing environments are not touched by this and it is safe to add this setting a an environment already using EVPN for the
VXLAN deployment.

* 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
2026-07-01 10:49:18 +02:00
..
agent.properties kvm: Add a configuration setting to switch between multicast and evpn VXLAN modes (#13107) 2026-07-01 10:49:18 +02:00
cloudstack-agent.logrotate.in Disable logs to stdout and capture remaining stdout logs to a file (#8880) 2024-06-12 13:46:31 +03:00
developer.properties.template misc: pre-commit auto remove unneeded trailing whitespace (#11289) 2025-09-17 14:21:56 +02:00
environment.properties.in pre-commit: add hook to trim trailing whitespace (#8205) 2024-05-28 09:01:30 +02:00
log4j-cloud.xml.in Go back to default timestamp on logging (#8925) 2024-09-05 09:13:04 +02:00
uefi.properties.in Enable UEFI on KVM hosts (by default), and configure with some default settings (#11740) 2025-11-07 14:54:02 +01:00