]> git.proxmox.com Git - pve-network.git/blobdiff - PVE/Network/Network/VnetPlugin.pm
add on_update_hook
[pve-network.git] / PVE / Network / Network / VnetPlugin.pm
index 983e6a2e332c79ec128d0d2875c9ec74ddac2a54..6ee1a3ec90919d11ef0e0dd8893b0220e73ef5a9 100644 (file)
@@ -67,5 +67,11 @@ sub on_delete_hook {
     # verify than no vm or ct have interfaces in this bridge
 }
 
+sub on_update_hook {
+    my ($class, $networkid, $scfg) = @_;
+
+    # verify that tag is not already defined in another vnet
+
+}
 
 1;