From: Hannes Duerr Date: Mon, 10 Feb 2025 14:19:26 +0000 (+0100) Subject: ipam: base plugin: add fingerprint to available properties X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=966fc0012dd993e2ad1d91c702bf801941e71391;p=matthieu%2Fpve-network.git ipam: base plugin: add fingerprint to available properties Signed-off-by: Hannes Duerr Tested-by: Stefan Hanreich Signed-off-by: Thomas Lamprecht --- diff --git a/src/PVE/Network/SDN/Ipams/Plugin.pm b/src/PVE/Network/SDN/Ipams/Plugin.pm index 249a48d..ab4cae8 100644 --- a/src/PVE/Network/SDN/Ipams/Plugin.pm +++ b/src/PVE/Network/SDN/Ipams/Plugin.pm @@ -46,6 +46,7 @@ my $defaultData = { ipam => get_standard_option('pve-sdn-ipam-id', { completion => \&PVE::Network::SDN::Ipams::complete_sdn_ipam, }), + fingerprint => get_standard_option('fingerprint-sha256', { optional => 1 }), }, };