summaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
authorBrandon Stepler <brandon@stepler.net>2021-01-22 16:00:00 -0500
committerChristian Poessinger <christian@poessinger.com>2021-01-30 09:54:30 +0100
commitedf1a261e154091908ca29afbc948cee6ee053bd (patch)
tree82ffdb18acae96ddbdd29ae0a507b13c55128d20 /data/templates
parentb1a861fb987a8026865b2cb97e0fd11458863c03 (diff)
downloadvyos-1x-edf1a261e154091908ca29afbc948cee6ee053bd.tar.gz
vyos-1x-edf1a261e154091908ca29afbc948cee6ee053bd.zip
dhcpv6: T3240: support per-interface client DUIDs
(cherry picked from commit b23323922939a9ac3b43e0761b0af84dc9e3b47e)
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/dhcp-client/ipv6.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/dhcp-client/ipv6.tmpl b/data/templates/dhcp-client/ipv6.tmpl
index 68f668117..49d0d8c88 100644
--- a/data/templates/dhcp-client/ipv6.tmpl
+++ b/data/templates/dhcp-client/ipv6.tmpl
@@ -3,6 +3,9 @@
# man https://www.unix.com/man-page/debian/5/dhcp6c.conf/
interface {{ ifname }} {
{% if address is defined and 'dhcpv6' in address %}
+{% if dhcpv6_options is defined and dhcpv6_options.duid is defined and dhcpv6_options.duid is not none %}
+ send client-id {{ dhcpv6_options.duid }};
+{% endif %}
request domain-name-servers;
request domain-name;
{% if dhcpv6_options is defined and dhcpv6_options.parameters_only is defined %}