]> git.proxmox.com Git - pve-network.git/commitdiff
api: zone: add dhcp option
authorStefan Hanreich <s.hanreich@proxmox.com>
Fri, 17 Nov 2023 11:39:50 +0000 (12:39 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 18 Nov 2023 14:59:50 +0000 (15:59 +0100)
Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
src/PVE/API2/Network/SDN/Zones.pm

index 4c8b7e115833b78a63b37b4589c7f67f86b23df3..1c3356ee31fa2b528a8b65c79eda4a74b23f9979 100644 (file)
@@ -99,6 +99,7 @@ __PACKAGE__->register_method ({
                            reversedns => { type => 'string', optional => 1},
                            dnszone => { type => 'string', optional => 1},
                            ipam => { type => 'string', optional => 1},
+                           dhcp => { type => 'string', optional => 1},
                            pending => { optional => 1},
                            state => { type => 'string', optional => 1},
                            nodes => { type => 'string', optional => 1},