summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-04-03 20:11:59 +0200
committerChristian Poessinger <christian@poessinger.com>2019-04-03 20:11:59 +0200
commitd5b113923aaa776f89749c820d6283b593e80c3a (patch)
treefb0c842483c9ba84f39ab151e7c9bfa8da485464 /interface-definitions
parentc6988bb4110541478dad74d0b892fd4643ed530a (diff)
downloadvyos-1x-d5b113923aaa776f89749c820d6283b593e80c3a.tar.gz
vyos-1x-d5b113923aaa776f89749c820d6283b593e80c3a.zip
[dhcpv6-relay] T1322: support multiple upstream servers
Add support for relaying a DHCPv6 packet to multiple servers on one upstream interface.
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/dhcpv6-relay.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/interface-definitions/dhcpv6-relay.xml b/interface-definitions/dhcpv6-relay.xml
index 15c76a098..0beb09d05 100644
--- a/interface-definitions/dhcpv6-relay.xml
+++ b/interface-definitions/dhcpv6-relay.xml
@@ -54,7 +54,7 @@
<children>
<leafNode name="address">
<properties>
- <help>IPv6 address to forward requests to</help>
+ <help>IPv6 address to forward requests to</help>
<valueHelp>
<format>ipv6</format>
<description>IPv6 address of the DHCP server</description>
@@ -62,6 +62,7 @@
<constraint>
<validator name="ipv6-address"/>
</constraint>
+ <multi/>
</properties>
</leafNode>
</children>