diff options
| author | Stefan Hanreich <s.hanreich@proxmox.com> | 2023-11-21 14:31:03 +0100 |
|---|---|---|
| committer | Wolfgang Bumiller <w.bumiller@proxmox.com> | 2023-11-21 14:35:04 +0100 |
| commit | 53ab1495621f46c8af4dc560905f7e501bee75a7 (patch) | |
| tree | 87e0a457784de5f0e989799fc64ab0b040c69907 /src | |
| parent | 365a4072e4eb0068321e7c2fc8fe06c33077ed92 (diff) | |
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>
Diffstat (limited to 'src')
| -rw-r--r-- | src/PVE/Network/SDN/Zones/SimplePlugin.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PVE/Network/SDN/Zones/SimplePlugin.pm b/src/PVE/Network/SDN/Zones/SimplePlugin.pm index f30278c..f4525d5 100644 --- a/src/PVE/Network/SDN/Zones/SimplePlugin.pm +++ b/src/PVE/Network/SDN/Zones/SimplePlugin.pm @@ -30,6 +30,7 @@ sub properties { dhcp => { type => 'pve-configid', description => 'ID of the DHCP server responsible for managing this range', + requires => 'ipam', }, }; } |
