diff options
| author | Stefan Hanreich <s.hanreich@proxmox.com> | 2023-11-17 12:39:50 +0100 | 
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2023-11-18 15:59:50 +0100 | 
| commit | 4c89e704aaa9b6c88b0a695d4852ab1f9769e5d2 (patch) | |
| tree | 929511dc4e864879bf98175e869706c6da9c6db1 /src/PVE/API2/Network/SDN | |
| parent | d0e3339cc92f66e3e4724d3d465d3139dc8b3a52 (diff) | |
api: zone: add dhcp option
Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
Diffstat (limited to 'src/PVE/API2/Network/SDN')
| -rw-r--r-- | src/PVE/API2/Network/SDN/Zones.pm | 1 | 
1 files changed, 1 insertions, 0 deletions
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},  | 
