diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-12 15:15:07 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-12 15:15:07 +0100 |
commit | bec29f313d1872584bfcc6bf880516763c33c98c (patch) | |
tree | cc080a94c7c1d954bd1edd5240848ab7f3693bd3 | |
parent | 339821f121d86ef8c670cc2f5beea0c553a2fc9b (diff) | |
download | vyos-1x-bec29f313d1872584bfcc6bf880516763c33c98c.tar.gz vyos-1x-bec29f313d1872584bfcc6bf880516763c33c98c.zip |
dhcpv6-pd: pppoe: T2677: always restart daemon
-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' %} |