summaryrefslogtreecommitdiff
path: root/interface-definitions/dns-forwarding.xml
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2018-10-17 20:14:55 +0200
committerChristian Poessinger <christian@poessinger.com>2018-10-17 20:14:55 +0200
commit5cfbc160631beb93b19ebb6abff48230544d1f38 (patch)
tree84933a46135f77e1f2b84be6531c37bdaac1dbea /interface-definitions/dns-forwarding.xml
parentdb53284fb416d8d625b7a66c0b92df35b92a1f0e (diff)
downloadvyos-1x-5cfbc160631beb93b19ebb6abff48230544d1f38.tar.gz
vyos-1x-5cfbc160631beb93b19ebb6abff48230544d1f38.zip
dns-forwarding: fix XML interface indenting
Diffstat (limited to 'interface-definitions/dns-forwarding.xml')
-rw-r--r--interface-definitions/dns-forwarding.xml40
1 files changed, 20 insertions, 20 deletions
diff --git a/interface-definitions/dns-forwarding.xml b/interface-definitions/dns-forwarding.xml
index 01e8ad7d3..e3d33e8cc 100644
--- a/interface-definitions/dns-forwarding.xml
+++ b/interface-definitions/dns-forwarding.xml
@@ -35,26 +35,26 @@
<leafNode name="dnssec">
<properties>
<help>DNSSEC mode</help>
- <valueHelp>
- <format>off</format>
- <description></description>
- </valueHelp>
- <valueHelp>
- <format>process-no-validate</format>
- <description></description>
- </valueHelp>
- <valueHelp>
- <format>process</format>
- <description></description>
- </valueHelp>
- <valueHelp>
- <format>log-fail</format>
- <description></description>
- </valueHelp>
- <valueHelp>
- <format>validate</format>
- <description></description>
- </valueHelp>
+ <valueHelp>
+ <format>off</format>
+ <description/>
+ </valueHelp>
+ <valueHelp>
+ <format>process-no-validate</format>
+ <description/>
+ </valueHelp>
+ <valueHelp>
+ <format>process</format>
+ <description/>
+ </valueHelp>
+ <valueHelp>
+ <format>log-fail</format>
+ <description/>
+ </valueHelp>
+ <valueHelp>
+ <format>validate</format>
+ <description/>
+ </valueHelp>
<constraint>
<regex>(off|process-no-validate|process|log-fail|validate)</regex>
</constraint>