]> git.proxmox.com Git - pve-network.git/blobdiff - PVE/Network/Network/VlanPlugin.pm
add on_update_hook
[pve-network.git] / PVE / Network / Network / VlanPlugin.pm
index c335764de9c2034eedb0e9eaf3a7fc8a74ac8a32..a2c029272fd3a7214303e2217cfed157cfd8076c 100644 (file)
@@ -102,6 +102,14 @@ sub on_delete_hook {
     # verify that no vnet are associated to this transport  
 }
 
+sub on_update_hook {
+    my ($class, $networkid, $scfg) = @_;
+
+    # verify that vlan-allowed don't conflict with another vlan-allowed transport
+
+    # verify that vlan-allowed is matching currently vnet tag in this transport
+}
+
 1;