]> git.proxmox.com Git - pve-network.git/blobdiff - PVE/Network/SDN/Ipams/Plugin.pm
ipams: add mac address
[pve-network.git] / PVE / Network / SDN / Ipams / Plugin.pm
index 065225cfcd55eca8daad944d5261fbada271f836..10e52126e4526b4c9f244ad4c237a9401eb28ad9 100644 (file)
@@ -75,12 +75,12 @@ sub del_subnet {
 }
 
 sub add_ip {
-    my ($class, $plugin_config, $subnetid, $subnet, $ip, $hostname, $description, $is_gateway) = @_;
+    my ($class, $plugin_config, $subnetid, $subnet, $ip, $hostname, $mac, $description, $is_gateway) = @_;
 
 }
 
 sub add_next_freeip {
-    my ($class, $plugin_config, $subnetid, $subnet) = @_;
+    my ($class, $plugin_config, $subnetid, $subnet, $hostname, $mac, $description) = @_;
 }
 
 sub del_ip {