diff options
| author | Hannes Duerr <h.duerr@proxmox.com> | 2025-02-10 15:19:30 +0100 |
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2025-03-06 10:00:21 +0100 |
| commit | 4622a5b4c0b1c83c8820034f1ef67d14df20b6a5 (patch) | |
| tree | ec6d2fee132d474027516eff7b164e659f3ba483 | |
| parent | 3903003f313efb6da79e5c508e65c94441a9affd (diff) | |
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>
| -rw-r--r-- | src/PVE/Network/SDN/Dns/Plugin.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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 }), }, }; |
