]> git.puffer.fish Git - mirror/pve-network.git/commitdiff
ipam: dns base plugin: add fingerprint to available properties
authorHannes Duerr <h.duerr@proxmox.com>
Mon, 10 Feb 2025 14:19:30 +0000 (15:19 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 6 Mar 2025 09:00:21 +0000 (10:00 +0100)
Signed-off-by: Hannes Duerr <h.duerr@proxmox.com>
Tested-by: Stefan Hanreich <s.hanreich@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/Network/SDN/Dns/Plugin.pm

index 9b60b2de81cb8d57bbd9cf40a0672451d71a1119..e5daa7d95fddb35933c1772a56e8c921c2d6fc74 100644 (file)
@@ -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 }),
     },
 };