diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-04-01 16:32:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-01 16:32:18 +0200 |
commit | 9e17fae6f9613a3de251824b090ee96dddaa7412 (patch) | |
tree | 80391906c5a94517977f22d91351d863abccece4 /data/templates/dhcp-client/ipv6.j2 | |
parent | 63634b0618044c71908c25a25f54c5110325797f (diff) | |
parent | ece425f0191762638b7c967097accd8739e9103d (diff) | |
download | vyos-1x-9e17fae6f9613a3de251824b090ee96dddaa7412.tar.gz vyos-1x-9e17fae6f9613a3de251824b090ee96dddaa7412.zip |
Merge pull request #3224 from c-po/T2590-dhcpv6-client
dhcpv6-client: T2590: fix vyos-hostsd update for nameserver and search domains
Diffstat (limited to 'data/templates/dhcp-client/ipv6.j2')
-rw-r--r-- | data/templates/dhcp-client/ipv6.j2 | 2 |
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 %} - |