summaryrefslogtreecommitdiff
path: root/PVE/API2
diff options
context:
space:
mode:
authorAlexandre Derumier <aderumier@odiso.com>2019-08-29 12:32:46 +0200
committerThomas Lamprecht <t.lamprecht@proxmox.com>2019-09-03 08:22:56 +0200
commit3ee45e4ce1126404a0a9110a7555a657df98bb07 (patch)
treed1452cda73e44308907ac29e051e474bd5086f4e /PVE/API2
parent0022a9189e5cb3c008736e8cf1046e77d6dde429 (diff)
make Vxlanplugin generic for multicast/unicast/frr
if no multicast or unicast address is defined, default to frr Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
Diffstat (limited to 'PVE/API2')
-rw-r--r--PVE/API2/Network/SDN.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/PVE/API2/Network/SDN.pm b/PVE/API2/Network/SDN.pm
index 7baf7ee..22b26f8 100644
--- a/PVE/API2/Network/SDN.pm
+++ b/PVE/API2/Network/SDN.pm
@@ -9,7 +9,7 @@ use PVE::Cluster qw(cfs_read_file cfs_write_file);
use PVE::Network::SDN;
use PVE::Network::SDN::Plugin;
use PVE::Network::SDN::VlanPlugin;
-use PVE::Network::SDN::VxlanMulticastPlugin;
+use PVE::Network::SDN::VxlanPlugin;
use PVE::Network::SDN::VnetPlugin;
use Storable qw(dclone);
use PVE::JSONSchema qw(get_standard_option);