diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-05 18:20:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-05 18:20:20 +0200 |
commit | d5750f0b6c338211b8c4a3ddd88365fe69ab008b (patch) | |
tree | d4af46d0cd7dfb7415389f08e41237e36d5e2097 /data/templates/dhcp-client/ipv6.tmpl | |
parent | ae96118ec38c4064552889aea5e50023a66aac1e (diff) | |
parent | acb01526bedfb0aa96aa59cad5dec092769bd676 (diff) | |
download | vyos-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.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 %} |