]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - html/cgi-bin/routing.cgi
BUG11466: fix routing.cgi the function call in routing.cgi was fixed to call the...
[ipfire-2.x.git] / 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;
        }