diff options
author | Christian Breunig <christian@breunig.cc> | 2023-09-30 09:31:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-30 09:31:17 +0200 |
commit | 4326035e2319d969ad96d90ad5a8a1bc70427092 (patch) | |
tree | afd325e3235243c5efb17c1d00d4f6d1de7b0c7b /interface-definitions/dns-dynamic.xml.in | |
parent | d95f7036a00d758471a71c22fd014721eff0f007 (diff) | |
parent | 6aee08497522990b19291de42f9d445679eaae27 (diff) | |
download | vyos-1x-4326035e2319d969ad96d90ad5a8a1bc70427092.tar.gz vyos-1x-4326035e2319d969ad96d90ad5a8a1bc70427092.zip |
Merge pull request #2269 from indrajitr/ddclient-wait-time
ddclient: T5574: Support per-service cache management for providers
Diffstat (limited to 'interface-definitions/dns-dynamic.xml.in')
-rw-r--r-- | interface-definitions/dns-dynamic.xml.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface-definitions/dns-dynamic.xml.in b/interface-definitions/dns-dynamic.xml.in index ba7f426c1..723223f1c 100644 --- a/interface-definitions/dns-dynamic.xml.in +++ b/interface-definitions/dns-dynamic.xml.in @@ -61,6 +61,7 @@ <children> #include <include/generic-description.xml.i> #include <include/dns/dynamic-service-host-name-server.xml.i> + #include <include/dns/dynamic-service-wait-expiry-time.xml.i> <leafNode name="key"> <properties> <help>File containing the TSIG secret key shared with remote DNS server</help> @@ -88,6 +89,7 @@ <children> #include <include/generic-description.xml.i> #include <include/dns/dynamic-service-host-name-server.xml.i> + #include <include/dns/dynamic-service-wait-expiry-time.xml.i> #include <include/generic-username.xml.i> #include <include/generic-password.xml.i> #include <include/dns/time-to-live.xml.i> |