mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
Revert "interfaces: IPv6 only reset trackers on new IPv6 #3415"
This reverts commit 8279f282880d566beb179f11f15ba8ab90b369a5. Not very fond of this change. Revert before it becomes "the law".
This commit is contained in:
parent
be2d13512a
commit
79b0050c16
@ -114,6 +114,10 @@ if (!empty($grouptmp)) {
|
||||
array_walk($grouptmp, 'interface_group_add_member');
|
||||
}
|
||||
|
||||
if (count(link_interface_to_track6($interface, true))) {
|
||||
plugins_configure('dhcp', false, array('inet6'));
|
||||
}
|
||||
|
||||
system_resolvconf_generate();
|
||||
system_hosts_generate();
|
||||
|
||||
@ -135,10 +139,6 @@ if (!is_ipaddr($cacheip) || $ip != $cacheip || !is_ipaddr($configip)) {
|
||||
|
||||
@unlink($cacheip_file);
|
||||
|
||||
if (count(link_interface_to_track6($interface, true))) {
|
||||
plugins_configure('dhcp', false, array('inet6'));
|
||||
}
|
||||
|
||||
system_routing_configure(false, $interface);
|
||||
plugins_configure('monitor');
|
||||
filter_configure_sync();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user