From 4c89e704aaa9b6c88b0a695d4852ab1f9769e5d2 Mon Sep 17 00:00:00 2001 From: Stefan Hanreich Date: Fri, 17 Nov 2023 12:39:50 +0100 Subject: [PATCH] api: zone: add dhcp option Signed-off-by: Stefan Hanreich --- src/PVE/API2/Network/SDN/Zones.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PVE/API2/Network/SDN/Zones.pm b/src/PVE/API2/Network/SDN/Zones.pm index 4c8b7e1..1c3356e 100644 --- a/src/PVE/API2/Network/SDN/Zones.pm +++ b/src/PVE/API2/Network/SDN/Zones.pm @@ -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}, -- 2.39.5