summaryrefslogtreecommitdiff
path: root/interface-definitions/service_dhcpv6-server.xml.in
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2024-01-20 22:25:06 +0100
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2024-01-24 22:17:25 +0100
commit8e2112261c68189c2c78455c3e1f32d7f5447ab9 (patch)
tree8055a7ba62f0d9b886caf7d01496add9c78354c5 /interface-definitions/service_dhcpv6-server.xml.in
parent5c29cf757b449d68f06715a58d0b2e65e0a6c636 (diff)
downloadvyos-1x-8e2112261c68189c2c78455c3e1f32d7f5447ab9.tar.gz
vyos-1x-8e2112261c68189c2c78455c3e1f32d7f5447ab9.zip
dhcpv6: T3771: Allow installation of routes for delegated prefixes
Diffstat (limited to 'interface-definitions/service_dhcpv6-server.xml.in')
-rw-r--r--interface-definitions/service_dhcpv6-server.xml.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/service_dhcpv6-server.xml.in b/interface-definitions/service_dhcpv6-server.xml.in
index 07cbfc85d..73ea69cc0 100644
--- a/interface-definitions/service_dhcpv6-server.xml.in
+++ b/interface-definitions/service_dhcpv6-server.xml.in
@@ -10,6 +10,12 @@
<children>
#include <include/generic-disable-node.xml.i>
#include <include/listen-interface-multi-broadcast.xml.i>
+ <leafNode name="disable-route-autoinstall">
+ <properties>
+ <help>Do not install routes for delegated prefixes</help>
+ <valueless/>
+ </properties>
+ </leafNode>
<node name="global-parameters">
<properties>
<help>Additional global parameters for DHCPv6 server</help>