Merge pull request #3161 from phroggster/patch-1

This commit is contained in:
Renato Botelho 2016-10-06 15:03:04 -03:00
commit 0fb0fcd9d5

View File

@ -655,7 +655,7 @@ function system_staticroutes_configure($interface = "", $update_dns = false) {
$interfacegw = $gateway['interface'];
$blackhole = "";
if (!strcasecmp("Null", substr($rtent['gateway'], 0, 3))) {
if (!strcasecmp("Null", substr($rtent['gateway'], 0, 4))) {
$blackhole = "-blackhole";
}