mirror of
git://git.proxmox.com/git/pve-network.git
synced 2025-04-30 11:27:11 +02:00
sdn: zone: add dhcp option
Co-Authored-By: Alexandre Derumier <aderumier@odiso.com> Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
This commit is contained in:
parent
290fa5c9af
commit
1e5d8cacc6
|
@ -26,7 +26,11 @@ sub properties {
|
|||
dnszone => {
|
||||
type => 'string', format => 'dns-name',
|
||||
description => "dns domain zone ex: mydomain.com",
|
||||
}
|
||||
},
|
||||
dhcp => {
|
||||
type => 'pve-configid',
|
||||
description => 'ID of the DHCP server responsible for managing this range',
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -38,6 +42,7 @@ sub options {
|
|||
reversedns => { optional => 1 },
|
||||
dnszone => { optional => 1 },
|
||||
ipam => { optional => 1 },
|
||||
dhcp => { optional => 1 },
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue