mirror of
git://git.proxmox.com/git/pve-network.git
synced 2025-04-30 11:27:11 +02:00
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', {
|
ipam => get_standard_option('pve-sdn-ipam-id', {
|
||||||
completion => \&PVE::Network::SDN::Ipams::complete_sdn_ipam,
|
completion => \&PVE::Network::SDN::Ipams::complete_sdn_ipam,
|
||||||
}),
|
}),
|
||||||
|
fingerprint => get_standard_option('fingerprint-sha256', { optional => 1 }),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue