[pve-devel] [PATCH pve-network] vnets: add missing use SDN
Alexandre Derumier
aderumier at odiso.com
Thu Nov 26 14:30:51 CET 2020
fix get_vnet not working with running config
and block vm start
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
PVE/Network/SDN/Vnets.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/Network/SDN/Vnets.pm b/PVE/Network/SDN/Vnets.pm
index 8cf5ac4..1da1d57 100644
--- a/PVE/Network/SDN/Vnets.pm
+++ b/PVE/Network/SDN/Vnets.pm
@@ -6,6 +6,7 @@ use warnings;
use Net::IP;
use PVE::Cluster qw(cfs_read_file cfs_write_file cfs_lock_file);
+use PVE::Network::SDN;
use PVE::Network::SDN::Subnets;
use PVE::Network::SDN::Zones;
--
2.20.1
More information about the pve-devel
mailing list