mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
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:
parent
a285dc554b
commit
5331c55c8c
@ -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');
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user