diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/pppoe/ipv6-up.script.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/pppoe/ipv6-up.script.tmpl b/data/templates/pppoe/ipv6-up.script.tmpl index ed6102d6c..7e1bc33b4 100644 --- a/data/templates/pppoe/ipv6-up.script.tmpl +++ b/data/templates/pppoe/ipv6-up.script.tmpl @@ -42,7 +42,7 @@ echo 1 > /proc/sys/net/ipv6/conf/{{ ifname }}/autoconf {% if dhcpv6_options is defined and dhcpv6_options.pd is defined %} # Start wide dhcpv6 client -systemctl start dhcp6c@{{ ifname }}.service +systemctl restart dhcp6c@{{ ifname }}.service {% endif %} {% if default_route != 'none' %} |