From: Stefan Hanreich Date: Tue, 21 Nov 2023 18:28:21 +0000 (+0100) Subject: subnet: fix dhcp-dns-server format X-Git-Url: https://git.proxmox.com/?p=pve-network.git;a=commitdiff_plain;h=42ff574f3c2b884671aee316c2a66dcef7a1640c subnet: fix dhcp-dns-server format Signed-off-by: Stefan Hanreich --- diff --git a/src/PVE/Network/SDN/SubnetPlugin.pm b/src/PVE/Network/SDN/SubnetPlugin.pm index 88933f5..37b6b2b 100644 --- a/src/PVE/Network/SDN/SubnetPlugin.pm +++ b/src/PVE/Network/SDN/SubnetPlugin.pm @@ -107,7 +107,7 @@ sub properties { } }, 'dhcp-dns-server' => { - type => 'ip', + type => 'string', format => 'ip', description => 'IP address for the DNS server', optional => 1, },