From bec29f313d1872584bfcc6bf880516763c33c98c Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 12 Dec 2020 15:15:07 +0100 Subject: dhcpv6-pd: pppoe: T2677: always restart daemon --- data/templates/pppoe/ipv6-up.script.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates') 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' %} -- cgit v1.2.3