diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-12-11 20:27:50 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-12-11 20:27:50 +0100 |
commit | 4df8182dfb2e5988d333db1052bb4379b8326527 (patch) | |
tree | f43b289db8073adc10a67607d6e043c18acd764d /interface-definitions/dns-dynamic.xml.in | |
parent | 15828b9e86f46ca7f5cfa06be59f87055c4e3fef (diff) | |
parent | ff56aeefddaad2d37d3ea32626e1adf3960eaf26 (diff) | |
download | vyos-1x-4df8182dfb2e5988d333db1052bb4379b8326527.tar.gz vyos-1x-4df8182dfb2e5988d333db1052bb4379b8326527.zip |
Merge branch 't4792-sstpc' into current
* t4792-sstpc:
sstp: T4384: initial implementation of SSTP client CLI
pppoe: T4384: remove unused import of leaf_node_changed
pppoe: xml: T4792: split "no-peer-dns" CLI node into building block
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> |