From 5331c55c8c48ded3932550ece8f8436e4ce0097c Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 17 Dec 2018 08:48:02 +0100 Subject: [PATCH] interfaces: drop reload that is probably not even executed from the top This has been on devel for a while and recent 18.7.x do not suggest any problems in this particular area so let's just drop it. --- src/etc/rc.newwanipv6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/rc.newwanipv6 b/src/etc/rc.newwanipv6 index 3e25b040a..112bbaf56 100755 --- a/src/etc/rc.newwanipv6 +++ b/src/etc/rc.newwanipv6 @@ -113,7 +113,7 @@ if (!empty($grouptmp)) { array_walk($grouptmp, 'interface_group_add_member'); } -if ($configip == 'track6' || count(link_interface_to_track6($interface, true))) { +if (count(link_interface_to_track6($interface, true))) { services_dhcpd_configure(false, 'inet6'); }