BUG11466: fix routing.cgi the function call in routing.cgi was fixed to call the new "exact" function.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Alexander Marx
2017-11-07 15:10:06 +01:00
committed by Michael Tremer
parent 3f3974b711
commit 51141b150d

View File

@@ -154,7 +154,7 @@ if ($settings{'ACTION'} eq $Lang::tr{'add'}) {
last;
}
#Is the network part of an internal network?
$errormessage .= &General::check_net_internal($settings{'IP'});
$errormessage .= &General::check_net_internal_exact($settings{'IP'});
last;
}