]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
BUG11466: fix routing.cgi the function call in routing.cgi was fixed to call the...
authorAlexander Marx <alexander.marx@ipfire.org>
Tue, 7 Nov 2017 14:10:06 +0000 (15:10 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 7 Nov 2017 16:20:29 +0000 (16:20 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/routing.cgi

index 15989bd27dad212e0881d1bfd973a0ee9df019b4..f2014e2e12f917ecc31c56c7490534a52a420874 100644 (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;
        }