]> git.proxmox.com Git - pve-network.git/blobdiff - PVE/Network/Network/VnetPlugin.pm
add on_delete_hook
[pve-network.git] / PVE / Network / Network / VnetPlugin.pm
index a1d49a787c0c7800b0e503d52cbae71443d9d765..983e6a2e332c79ec128d0d2875c9ec74ddac2a54 100644 (file)
@@ -61,5 +61,11 @@ sub options {
     };
 }
 
+sub on_delete_hook {
+    my ($class, $networkid, $scfg) = @_;
+
+    # verify than no vm or ct have interfaces in this bridge
+}
+
 
 1;