]> git.proxmox.com Git - pve-network.git/blobdiff - PVE/Network/SDN/Ipams/Plugin.pm
subnets/ipam: allow same subnet on different zones
[pve-network.git] / PVE / Network / SDN / Ipams / Plugin.pm
index 9330ba92993375b14ef5c9753f49b0eaf8de2d75..4c68287499d56a2fed4756518f5783da89c73d2a 100644 (file)
@@ -75,16 +75,16 @@ sub del_subnet {
 }
 
 sub add_ip {
-    my ($class, $plugin_config, $subnetid, $subnet, $internalid, $ip, $hostname, $is_gateway) = @_;
+    my ($class, $plugin_config, $subnetid, $subnet, $ip, $is_gateway) = @_;
 
 }
 
 sub add_next_freeip {
-    my ($class, $plugin_config) = @_;
+    my ($class, $plugin_config, $subnetid, $subnet) = @_;
 }
 
 sub del_ip {
-    my ($class, $plugin_config, $subnetid, $ip) = @_;
+    my ($class, $plugin_config, $subnetid, $subnet, $ip) = @_;
 }
 
 sub on_update_hook {