From: Stefan Hanreich Date: Fri, 17 Nov 2023 11:39:50 +0000 (+0100) Subject: api: zone: add dhcp option X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=4c89e704aaa9b6c88b0a695d4852ab1f9769e5d2;p=matthieu%2Fpve-network.git api: zone: add dhcp option Signed-off-by: Stefan Hanreich --- 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},