summaryrefslogtreecommitdiff
path: root/interface-definitions/include/dns/dynamic-service-zone.xml.i
diff options
context:
space:
mode:
authorIndrajit Raychaudhuri <irc@indrajit.com>2023-11-30 19:31:00 -0600
committerIndrajit Raychaudhuri <irc@indrajit.com>2023-12-05 19:50:41 -0600
commit040399279c6735a38d3d4a00fe5d97059b7e1945 (patch)
tree5c9c72b71a99c7e0cc77f2e095f8c83574fea8b1 /interface-definitions/include/dns/dynamic-service-zone.xml.i
parent9ee66654171446dcfc5b544fc21ad000142e967d (diff)
downloadvyos-1x-040399279c6735a38d3d4a00fe5d97059b7e1945.tar.gz
vyos-1x-040399279c6735a38d3d4a00fe5d97059b7e1945.zip
ddclient: T5791: Remove XML includes that aren't used anymore
As followup to interface definition change, remove XML snippets that aren't used anymore. They were there because they were 'include'-ed multiple times in the interface definition `dynamic-dns.xml.in`. Since that's not the case anymore, they can be removed.
Diffstat (limited to 'interface-definitions/include/dns/dynamic-service-zone.xml.i')
-rw-r--r--interface-definitions/include/dns/dynamic-service-zone.xml.i14
1 files changed, 0 insertions, 14 deletions
diff --git a/interface-definitions/include/dns/dynamic-service-zone.xml.i b/interface-definitions/include/dns/dynamic-service-zone.xml.i
deleted file mode 100644
index 0cc00468f..000000000
--- a/interface-definitions/include/dns/dynamic-service-zone.xml.i
+++ /dev/null
@@ -1,14 +0,0 @@
-<!-- include start from dns/dynamic-service-zone.xml.i -->
-<leafNode name="zone">
- <properties>
- <help>DNS zone to be updated</help>
- <valueHelp>
- <format>txt</format>
- <description>Name of DNS zone</description>
- </valueHelp>
- <constraint>
- <validator name="fqdn"/>
- </constraint>
- </properties>
-</leafNode>
-<!-- include end -->