diff options
author | Christian Breunig <christian@breunig.cc> | 2023-11-14 20:13:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-14 20:13:07 +0100 |
commit | aa4abbc733820c5d2398bf6357bdd1549db80d1d (patch) | |
tree | cc7eeae9f526b3d0123dab701d1195bc197501eb /interface-definitions/dns-forwarding.xml.in | |
parent | d33f883e3662f79707eba7b80b11f117b1dea076 (diff) | |
parent | dccca4307339d13e5c3ae78058194baf2fd04002 (diff) | |
download | vyos-1x-aa4abbc733820c5d2398bf6357bdd1549db80d1d.tar.gz vyos-1x-aa4abbc733820c5d2398bf6357bdd1549db80d1d.zip |
Merge pull request #2479 from c-po/t5738-xml
xml: T5738: add source-address-ipv4-ipv6-multi building block
Diffstat (limited to 'interface-definitions/dns-forwarding.xml.in')
-rw-r--r-- | interface-definitions/dns-forwarding.xml.in | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/interface-definitions/dns-forwarding.xml.in b/interface-definitions/dns-forwarding.xml.in index c4295317a..5ca02acef 100644 --- a/interface-definitions/dns-forwarding.xml.in +++ b/interface-definitions/dns-forwarding.xml.in @@ -684,25 +684,8 @@ <defaultValue>1500</defaultValue> </leafNode> #include <include/name-server-ipv4-ipv6-port.xml.i> + #include <include/source-address-ipv4-ipv6-multi.xml.i> <leafNode name="source-address"> - <properties> - <help>Local addresses from which to send DNS queries</help> - <completionHelp> - <script>${vyos_completion_dir}/list_local_ips.sh --both</script> - </completionHelp> - <valueHelp> - <format>ipv4</format> - <description>IPv4 address from which to send traffic</description> - </valueHelp> - <valueHelp> - <format>ipv6</format> - <description>IPv6 address from which to send traffic</description> - </valueHelp> - <multi/> - <constraint> - <validator name="ip-address"/> - </constraint> - </properties> <defaultValue>0.0.0.0 ::</defaultValue> </leafNode> <leafNode name="system"> |