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-11-30 19:31:00 -0600
commit54591d0c477c188a95edafeb5ebb5ec5a2bf66eb (patch)
treede5fc465512e44db61b6777a6b319f2683b1824d /interface-definitions/include/dns/dynamic-service-zone.xml.i
parent6c12c28d50538265ad41b1be1015ea6acfaf26b2 (diff)
downloadvyos-1x-54591d0c477c188a95edafeb5ebb5ec5a2bf66eb.tar.gz
vyos-1x-54591d0c477c188a95edafeb5ebb5ec5a2bf66eb.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 -->