]> git.proxmox.com Git - pve-network.git/blobdiff - PVE/Network/Network/VxlanMulticastPlugin.pm
add on_delete_hook
[pve-network.git] / PVE / Network / Network / VxlanMulticastPlugin.pm
index 99383e57fe7a7cede3fb87b6c4610edfa77eb411..901f42542cfa67c66535342afdce342a1a8f67db 100644 (file)
@@ -80,6 +80,12 @@ sub generate_network_config {
     return $config;
 }
 
+sub on_delete_hook {
+    my ($class, $networkid, $scfg) = @_;
+
+    # verify that no vnet are associated to this transport
+}
+
 1;