]> git.proxmox.com Git - pve-network.git/commit
ipam: add update_ip
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 5 Jan 2021 09:35:24 +0000 (10:35 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 6 Feb 2021 13:50:44 +0000 (14:50 +0100)
commitdd54b5a3d44f1a7f2f27e2cda1df625f2807bba2
tree1c8febe22773167cfe492b232214e22e3820d34d
parente9365ab0da0baf1111d0d41185efaaf831c89483
ipam: add update_ip

used to update ip address options like hostname, mac,...

don't allow to change ip address, as some ipam don't support it.

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/Network/SDN/Ipams/NetboxPlugin.pm
PVE/Network/SDN/Ipams/PVEPlugin.pm
PVE/Network/SDN/Ipams/PhpIpamPlugin.pm
PVE/Network/SDN/Ipams/Plugin.pm
PVE/Network/SDN/Subnets.pm
PVE/Network/SDN/Vnets.pm