diff options
author | Brandon Stepler <brandon@stepler.net> | 2021-06-30 13:10:00 -0400 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-30 20:09:32 +0200 |
commit | cef8147afd1d031c91cc90b7642aad8ae372c81b (patch) | |
tree | b867f0c8273d6031ba52c422aa51c93e706caf20 /interface-definitions/dhcpv6-server.xml.in | |
parent | 35b2fbbf7dc9df94cca7d61acb29e0ec35854176 (diff) | |
download | vyos-1x-cef8147afd1d031c91cc90b7642aad8ae372c81b.tar.gz vyos-1x-cef8147afd1d031c91cc90b7642aad8ae372c81b.zip |
dhcpdv6: T3658: add support for dhcpdv6 fixed-prefix6
(cherry picked from commit 2318c874c4ec43076c2664e473f7273928d9f2a6)
Diffstat (limited to 'interface-definitions/dhcpv6-server.xml.in')
-rw-r--r-- | interface-definitions/dhcpv6-server.xml.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/interface-definitions/dhcpv6-server.xml.in b/interface-definitions/dhcpv6-server.xml.in index a3cca06da..5d6c64685 100644 --- a/interface-definitions/dhcpv6-server.xml.in +++ b/interface-definitions/dhcpv6-server.xml.in @@ -360,6 +360,18 @@ </constraint> </properties> </leafNode> + <leafNode name="ipv6-prefix"> + <properties> + <help>Client IPv6 prefix for this static mapping</help> + <valueHelp> + <format>ipv6net</format> + <description>IPv6 prefix for this static mapping</description> + </valueHelp> + <constraint> + <validator name="ipv6-prefix"/> + </constraint> + </properties> + </leafNode> </children> </tagNode> </children> |