summaryrefslogtreecommitdiff
path: root/data/templates/dhcp-client/ipv6.j2
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/dhcp-client/ipv6.j2')
-rw-r--r--data/templates/dhcp-client/ipv6.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/dhcp-client/ipv6.j2 b/data/templates/dhcp-client/ipv6.j2
index b5e55cdd1..311c856c8 100644
--- a/data/templates/dhcp-client/ipv6.j2
+++ b/data/templates/dhcp-client/ipv6.j2
@@ -23,6 +23,7 @@ interface {{ ifname }} {
send ia-pd {{ pd }}; # prefix delegation #{{ pd }}
{% endfor %}
{% endif %}
+ script "{{ dhcp6_script_file }}";
};
{% if address is vyos_defined and 'dhcpv6' in address %}
@@ -59,4 +60,3 @@ id-assoc pd {{ pd }} {
};
{% endfor %}
{% endif %}
-