]> git.proxmox.com Git - pve-network.git/blobdiff - PVE/Network/Network/Plugin.pm
add on_update_hook
[pve-network.git] / PVE / Network / Network / Plugin.pm
index b537535c8713b06b9834c428355833722c982251..e834434a3a1acd7d4febe178704cf6f45625d143 100644 (file)
@@ -58,6 +58,12 @@ sub on_delete_hook {
     # do nothing by default
 }
 
+sub on_update_hook {
+    my ($class, $networkid, $scfg) = @_;
+
+    # do nothing by default
+}
+
 #helpers
 sub parse_tag_number_or_range {
     my ($str, $max, $tag) = @_;