]> git.proxmox.com Git - pve-network.git/commitdiff
zones: evpn : fix raise exception
authorAlexandre Derumier <aderumier@odiso.com>
Mon, 5 Oct 2020 15:09:00 +0000 (17:09 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Oct 2020 16:17:19 +0000 (18:17 +0200)
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/Network/SDN/Zones/EvpnPlugin.pm

index b89f4b16a5e17ffe4c1c4f6b4b4983002e817ec9..d5ee56b6dc7f660ba49d3efd5098a693317aacf4 100644 (file)
@@ -3,6 +3,7 @@ package PVE::Network::SDN::Zones::EvpnPlugin;
 use strict;
 use warnings;
 use PVE::Network::SDN::Zones::VxlanPlugin;
+use PVE::Exception qw(raise raise_param_exc);
 use PVE::Tools qw($IPV4RE);
 use PVE::INotify;
 use PVE::Cluster;