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.
This commit is contained in:
Franco Fichtner 2018-12-17 08:48:02 +01:00
parent a285dc554b
commit 5331c55c8c

View File

@ -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');
}