summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2018-04-13 20:36:26 +0200
committerChristian Poessinger <christian@poessinger.com>2018-04-15 17:50:57 +0200
commita03d1ee54e09983fa08e5b685eae26b895de16e3 (patch)
tree7607694b435585c4e43073d0e448dff92a0bf550
parentd08fbff714dbff0ae7b914a55e58ee141042c4f0 (diff)
downloadvyos-1x-a03d1ee54e09983fa08e5b685eae26b895de16e3.tar.gz
vyos-1x-a03d1ee54e09983fa08e5b685eae26b895de16e3.zip
dns-forwarding: XML: Bugfix DNS domain forward configuration nodes
... tagNode and leafNode types not configured. Set to 'txt' for tagNode and 'ipv4,ipv6' for leafNode
-rw-r--r--interface-definitions/dns-forwarding.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/interface-definitions/dns-forwarding.xml b/interface-definitions/dns-forwarding.xml
index d9af20e9f..f1edec414 100644
--- a/interface-definitions/dns-forwarding.xml
+++ b/interface-definitions/dns-forwarding.xml
@@ -32,6 +32,7 @@
<tagNode name="domain">
<properties>
<help>DNS domain to forward to a local server</help>
+ <type>txt</type>
</properties>
<children>
<leafNode name="server">
@@ -45,6 +46,8 @@
<format>ipv6</format>
<description>Domain Name Server (DNS) IPv6 address</description>
</valueHelp>
+ <multi/>
+ <type>ipv4,ipv6</type>
</properties>
</leafNode>
</children>