diff options
author | Haim Gelfenbeyn <haim@g8n.me> | 2024-05-30 09:30:27 -0400 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-05-31 09:40:05 +0000 |
commit | f6be514d5500ad3242b25aef8c4ec5ff7257379f (patch) | |
tree | 3783dde2169f3f0d318236643a66740bc7ff60fb /interface-definitions | |
parent | 173deaa76ebaea2048e5f342013af6844979151f (diff) | |
download | vyos-1x-f6be514d5500ad3242b25aef8c4ec5ff7257379f.tar.gz vyos-1x-f6be514d5500ad3242b25aef8c4ec5ff7257379f.zip |
dns: T6422: allow multiple redundant NS records
NS is unlike CNAME or PTR, multiple NS records are perfectly valid and is a common use case: multiple redundant DNS servers is a common configuration and should be supported.
(cherry picked from commit 19d8415512dcf87dc3a87feabf128652ffc74594)
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/service_dns_forwarding.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/service_dns_forwarding.xml.in b/interface-definitions/service_dns_forwarding.xml.in index b52b4bda3..5667028b7 100644 --- a/interface-definitions/service_dns_forwarding.xml.in +++ b/interface-definitions/service_dns_forwarding.xml.in @@ -311,6 +311,7 @@ <constraint> <regex>[-_a-zA-Z0-9.]{1,63}(?<!\.)</regex> </constraint> + <multi/> </properties> </leafNode> #include <include/dns/time-to-live.xml.i> |