]> git.proxmox.com Git - pve-network.git/commitdiff
subnet: fix dhcp-dns-server format
authorStefan Hanreich <s.hanreich@proxmox.com>
Tue, 21 Nov 2023 18:28:21 +0000 (19:28 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Nov 2023 19:34:15 +0000 (20:34 +0100)
Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
src/PVE/Network/SDN/SubnetPlugin.pm

index 88933f510666787746bbfa8d491fc892bb1db004..37b6b2bb19b3f171f1b0e60a1dd297b01aa15b87 100644 (file)
@@ -107,7 +107,7 @@ sub properties {
            }
        },
        'dhcp-dns-server' => {
-           type => 'ip',
+           type => 'string', format => 'ip',
            description => 'IP address for the DNS server',
            optional => 1,
        },