mirror of
git://git.proxmox.com/git/pve-network.git
synced 2025-04-30 11:27:11 +02:00
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:
parent
365a4072e4
commit
53ab149562
|
@ -30,6 +30,7 @@ sub properties {
|
|||
dhcp => {
|
||||
type => 'pve-configid',
|
||||
description => 'ID of the DHCP server responsible for managing this range',
|
||||
requires => 'ipam',
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue