diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-12-11 19:32:02 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-12-11 19:34:07 +0100 |
commit | a52a52c433d43e4df986fdb7192d9a8357df446a (patch) | |
tree | 88c53b98cd1f2655bbc922af06aae942bba8e68d /interface-definitions/dns-dynamic.xml.in | |
parent | 15828b9e86f46ca7f5cfa06be59f87055c4e3fef (diff) | |
download | vyos-1x-a52a52c433d43e4df986fdb7192d9a8357df446a.tar.gz vyos-1x-a52a52c433d43e4df986fdb7192d9a8357df446a.zip |
xml: ddns: T4792: split "server" CLI node into building block
Diffstat (limited to 'interface-definitions/dns-dynamic.xml.in')
-rw-r--r-- | interface-definitions/dns-dynamic.xml.in | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/interface-definitions/dns-dynamic.xml.in b/interface-definitions/dns-dynamic.xml.in index e41ba7f60..a39e412b2 100644 --- a/interface-definitions/dns-dynamic.xml.in +++ b/interface-definitions/dns-dynamic.xml.in @@ -237,19 +237,7 @@ <constraintErrorMessage>Please choose from the list of allowed protocols</constraintErrorMessage> </properties> </leafNode> - <leafNode name="server"> - <properties> - <help>Server to send DDNS update to</help> - <valueHelp> - <format>IPv4</format> - <description>IP address of DDNS server</description> - </valueHelp> - <valueHelp> - <format>FQDN</format> - <description>Hostname of DDNS server</description> - </valueHelp> - </properties> - </leafNode> + #include <include/server-ipv4-fqdn.xml.i> <leafNode name="zone"> <properties> <help>DNS zone to update (only available with CloudFlare)</help> |