forked from Mirror/pve-network
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>
This commit is contained in:
parent
894d2d33e3
commit
966fc0012d
|
@ -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 }),
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue