ipam: dns base plugin: add fingerprint to available properties

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>
This commit is contained in:
Hannes Duerr 2025-02-10 15:19:30 +01:00 committed by Thomas Lamprecht
parent 3903003f31
commit 4622a5b4c0

View 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 }),
},
};