summaryrefslogtreecommitdiff
path: root/data/templates/dhcp-client/ipv6.tmpl
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-04-05 18:20:20 +0200
committerGitHub <noreply@github.com>2024-04-05 18:20:20 +0200
commitd5750f0b6c338211b8c4a3ddd88365fe69ab008b (patch)
treed4af46d0cd7dfb7415389f08e41237e36d5e2097 /data/templates/dhcp-client/ipv6.tmpl
parentae96118ec38c4064552889aea5e50023a66aac1e (diff)
parentacb01526bedfb0aa96aa59cad5dec092769bd676 (diff)
downloadvyos-1x-d5750f0b6c338211b8c4a3ddd88365fe69ab008b.tar.gz
vyos-1x-d5750f0b6c338211b8c4a3ddd88365fe69ab008b.zip
Merge pull request #3250 from c-po/dhcpv6-T2590-equuleus
dhcpv6-client: T2590: fix vyos-hostsd update for nameserver and search domains (backport #3224)
Diffstat (limited to 'data/templates/dhcp-client/ipv6.tmpl')
-rw-r--r--data/templates/dhcp-client/ipv6.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/templates/dhcp-client/ipv6.tmpl b/data/templates/dhcp-client/ipv6.tmpl
index c292664e9..348ac1f22 100644
--- a/data/templates/dhcp-client/ipv6.tmpl
+++ b/data/templates/dhcp-client/ipv6.tmpl
@@ -23,6 +23,7 @@ interface {{ ifname }} {
send ia-pd {{ pd }}; # prefix delegation #{{ pd }}
{% endfor %}
{% endif %}
+ script "{{ dhcp6_script_file }}";
};
{% if address is defined and 'dhcpv6' in address %}