Commit 01c41cdc authored by Franco Fichtner's avatar Franco Fichtner

routing: spacing on previous

parent 714729af
......@@ -720,10 +720,8 @@ function system_staticroutes_configure($interface = '', $update_dns = false)
$ip .= "/128";
}
}
$inet = (is_subnetv6($ip) ? "-inet6" : "-inet");
mwexec("/sbin/route delete {$inet}" . escapeshellarg($ip));
mwexec("/sbin/route delete {$inet} " . escapeshellarg($ip));
}
if (isset($rtent['disabled'])) {
......@@ -735,7 +733,6 @@ function system_staticroutes_configure($interface = '', $update_dns = false)
$ip .= "/128";
}
}
$inet = (is_subnetv6($ip) ? "-inet6" : "-inet");
mwexec("/sbin/route delete {$inet} " . escapeshellarg($ip));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment