diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-04-15 17:44:27 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-04-15 17:50:58 +0200 |
commit | de25f875242b5fb807c906cc0219aa6d045e2468 (patch) | |
tree | 4fb8a77086136f30a39ab637260aff2a68e3bc11 | |
parent | 47ff98bd2e1a808cd79b9773a26c2adf851defd0 (diff) | |
download | vyos-1x-de25f875242b5fb807c906cc0219aa6d045e2468.tar.gz vyos-1x-de25f875242b5fb807c906cc0219aa6d045e2468.zip |
dns-forwarding: XML: fix indention
-rw-r--r-- | interface-definitions/dns-forwarding.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/dns-forwarding.xml b/interface-definitions/dns-forwarding.xml index fef68ca18..bdb5ddc46 100644 --- a/interface-definitions/dns-forwarding.xml +++ b/interface-definitions/dns-forwarding.xml @@ -56,8 +56,8 @@ </tagNode> <leafNode name="ignore-hosts-file"> <properties> - <help>Do not use local /etc/hosts file in name resolution</help> - </properties> + <help>Do not use local /etc/hosts file in name resolution</help> + </properties> </leafNode> <leafNode name="listen-on"> <properties> |