mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix typo in function name
This commit is contained in:
parent
7684d66fad
commit
44763e5823
@ -1223,7 +1223,7 @@ function interface_bring_down($interface = "wan", $destroy = false, $ifacecfg =
|
||||
}
|
||||
|
||||
if (!empty($track6) && is_array($track6)) {
|
||||
if (!function_exists('services_dhcp_configure'))
|
||||
if (!function_exists('services_dhcpd_configure'))
|
||||
require_once('services.inc');
|
||||
/* Bring down radvd and dhcp6 on these interfaces */
|
||||
services_dhcpd_configure('inet6', $track6);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user