projects
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f3974b
)
BUG11466: fix routing.cgi the function call in routing.cgi was fixed to call the...
author
Alexander Marx
<alexander.marx@ipfire.org>
Tue, 7 Nov 2017 14:10:06 +0000
(15:10 +0100)
committer
Michael 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
patch
|
blob
|
blame
|
history
diff --git
a/html/cgi-bin/routing.cgi
b/html/cgi-bin/routing.cgi
index
15989bd
..
f2014e2
100644
(file)
--- a/
html/cgi-bin/routing.cgi
+++ b/
html/cgi-bin/routing.cgi
@@
-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;
}