system: style

This commit is contained in:
Franco Fichtner 2023-03-08 09:24:59 +01:00
parent 3af487bcf6
commit cc01887328

View File

@ -586,7 +586,6 @@ function system_default_route($gateway, $interface, $far = false)
mwexecf('/sbin/route add -%s default %s', [$family, $gateway]);
}
function system_routing_configure($verbose = false, $interface = null, $monitor = true, $family = null)
{
global $config;