]> git.proxmox.com Git - pve-network.git/commit
fix #4425: vxlan, evpn: add vxlan-port option to override default
authorAlexandre Derumier <aderumier@odiso.com>
Thu, 20 Apr 2023 21:36:18 +0000 (23:36 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Jun 2023 08:23:57 +0000 (10:23 +0200)
commitb84eacc86a0f6f231946ae16743bf29113ca284e
tree0f6b8c9a883e39291add7e64f56a6332237af4f1
parent5d5b4099d19c7c765c6cd6c321491325f41d587f
fix #4425: vxlan, evpn: add vxlan-port option to override default

Some users requested it as their physical network equipments don't
use standard vxlan port

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/Network/SDN/Zones/EvpnPlugin.pm
src/PVE/Network/SDN/Zones/VxlanPlugin.pm
src/test/zones/evpn/vxlanport/expected_controller_config [new file with mode: 0644]
src/test/zones/evpn/vxlanport/expected_sdn_interfaces [new file with mode: 0644]
src/test/zones/evpn/vxlanport/interfaces [new file with mode: 0644]
src/test/zones/evpn/vxlanport/sdn_config [new file with mode: 0644]
src/test/zones/vxlan/vxlanport/expected_sdn_interfaces [new file with mode: 0644]
src/test/zones/vxlan/vxlanport/interfaces [new file with mode: 0644]
src/test/zones/vxlan/vxlanport/sdn_config [new file with mode: 0644]