From: Hannes Duerr Date: Mon, 10 Feb 2025 14:19:30 +0000 (+0100) Subject: ipam: dns base plugin: add fingerprint to available properties X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=4622a5b4c0b1c83c8820034f1ef67d14df20b6a5;p=mirror%2Fpve-network.git ipam: dns 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/Dns/Plugin.pm b/src/PVE/Network/SDN/Dns/Plugin.pm index 9b60b2d..e5daa7d 100644 --- a/src/PVE/Network/SDN/Dns/Plugin.pm +++ b/src/PVE/Network/SDN/Dns/Plugin.pm @@ -43,6 +43,7 @@ my $defaultData = { reversev6mask => { type => 'integer', optional => 1 }, dns => get_standard_option('pve-sdn-dns-id', { completion => \&PVE::Network::SDN::Dns::complete_sdn_dns }), + fingerprint => get_standard_option('fingerprint-sha256', { optional => 1 }), }, };