diff options
| author | Hannes Duerr <h.duerr@proxmox.com> | 2025-02-10 15:19:26 +0100 |
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2025-03-06 10:00:21 +0100 |
| commit | 966fc0012dd993e2ad1d91c702bf801941e71391 (patch) | |
| tree | 0ab6bf56cba7c136b855c885a79c91719e8d5c61 | |
| parent | 894d2d33e3b104bcdc8b83e3f205427db93800c3 (diff) | |
ipam: 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/Ipams/Plugin.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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 }), }, }; |
