mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
interfaces: remove this, new dhcp6c seems to work fine
This commit is contained in:
parent
11017fa4ab
commit
02428bf5dd
@ -3053,7 +3053,6 @@ function interface_dhcpv6_prepare($interface = 'wan', $wancfg, $linkdownevent =
|
||||
}
|
||||
|
||||
$dhcp6cconf .= file_get_contents("/var/etc/dhcp6c_{$_interface}.conf");
|
||||
$dhcp6ccommand .= exec_safe(' %s', get_real_interface($_interface, 'inet6'));
|
||||
}
|
||||
|
||||
@file_put_contents('/var/etc/dhcp6c.conf', $dhcp6cconf);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user