[pve-devel] [PATCH pve-network 2/2] dhcp: remove unused SubnetPlugin import

Hannes Duerr h.duerr at proxmox.com
Fri Jul 11 11:52:06 CEST 2025


Signed-off-by: Hannes Duerr <h.duerr at proxmox.com>
---
 src/PVE/Network/SDN/Dhcp.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/PVE/Network/SDN/Dhcp.pm b/src/PVE/Network/SDN/Dhcp.pm
index 7dc38fb..65e40d4 100644
--- a/src/PVE/Network/SDN/Dhcp.pm
+++ b/src/PVE/Network/SDN/Dhcp.pm
@@ -6,7 +6,6 @@ use warnings;
 use PVE::Cluster;
 
 use PVE::Network::SDN;
-use PVE::Network::SDN::SubnetPlugin;
 use PVE::Network::SDN::Ipams;
 use PVE::Network::SDN::Subnets;
 use PVE::Network::SDN::Dhcp::Plugin;
-- 
2.47.2





More information about the pve-devel mailing list