sdn: require ipam in simple plugin for dhcp

Suggested-By: Wolfgang Bumiller <w.bumiller@proxmox.com>
Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
This commit is contained in:
Stefan Hanreich 2023-11-21 14:31:03 +01:00 committed by Wolfgang Bumiller
parent 365a4072e4
commit 53ab149562

View file

@ -30,6 +30,7 @@ sub properties {
dhcp => {
type => 'pve-configid',
description => 'ID of the DHCP server responsible for managing this range',
requires => 'ipam',
},
};
}