diff options
Diffstat (limited to 'data/templates/dhcp-client/ipv6.tmpl')
-rw-r--r-- | data/templates/dhcp-client/ipv6.tmpl | 1 |
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 %} |