diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-10-19 07:41:06 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-10-19 07:41:06 +0200 |
commit | 3097bfc4caa78d8c2a870ad217da09a5c4c55a91 (patch) | |
tree | 16f5b48f15c83df5c89078f6d33417e74725d259 /interface-definitions/dns-forwarding.xml | |
parent | 06d4635eba6a8d11d92d13c41f09d2ade254f770 (diff) | |
parent | e0e3fe5ebaf109717c848e089adf4978c142fa8e (diff) | |
download | vyos-1x-3097bfc4caa78d8c2a870ad217da09a5c4c55a91.tar.gz vyos-1x-3097bfc4caa78d8c2a870ad217da09a5c4c55a91.zip |
Merge branch 'dhcp-relay' into current
* dhcp-relay:
dhcpv6-relay: added missing verify() step for listen and upstream interfaces
T913: DHCP relay service XML/Python rewrite for IPv6
T913: DHCP relay service XML/Python rewrite for IPv4
vyos-1x now depends on isc-dhcp-relay
dns-forwarding: fix XML interface indenting
Diffstat (limited to 'interface-definitions/dns-forwarding.xml')
-rw-r--r-- | interface-definitions/dns-forwarding.xml | 40 |
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> |