From 966fc0012dd993e2ad1d91c702bf801941e71391 Mon Sep 17 00:00:00 2001 From: Hannes Duerr Date: Mon, 10 Feb 2025 15:19:26 +0100 Subject: [PATCH] ipam: base plugin: add fingerprint to available properties Signed-off-by: Hannes Duerr Tested-by: Stefan Hanreich Signed-off-by: Thomas Lamprecht --- src/PVE/Network/SDN/Ipams/Plugin.pm | 1 + 1 file changed, 1 insertion(+) 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 }), }, }; -- 2.39.5