fix get_vnet not working with running config and block vm start Signed-off-by: Alexandre Derumier <aderum...@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 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel