]> git.proxmox.com Git - pve-network.git/blobdiff - PVE/Network/SDN/Ipams/PVEPlugin.pm
ipam: add update_ip
[pve-network.git] / PVE / Network / SDN / Ipams / PVEPlugin.pm
index c02b6dba74981132a5200a1a768bd4f0601058cc..2527850109de88259609f738b0bec328d54438b8 100644 (file)
@@ -105,6 +105,11 @@ sub add_ip {
     die "$@" if $@;
 }
 
+sub update_ip {
+    my ($class, $plugin_config, $subnetid, $subnet, $ip, $hostname, $mac, $description, $is_gateway) = @_;
+    return;
+}
+
 sub add_next_freeip {
     my ($class, $plugin_config, $subnetid, $subnet, $hostname, $mac, $description) = @_;