summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/PVE/Network/SDN/SubnetPlugin.pm2
1 files changed, 1 insertions, 1 deletions
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,
},