public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] BUG11466: fix routing.cgi the function call in routing.cgi was fixed to call the new "exact" function.
@ 2017-11-07 14:10 Alexander Marx
  2017-11-14 13:11 ` ummeegge
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Marx @ 2017-11-07 14:10 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 538 bytes --]

---
 html/cgi-bin/routing.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/cgi-bin/routing.cgi b/html/cgi-bin/routing.cgi
index 15989bd..f2014e2 100644
--- 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;
 	}
 
-- 
2.7.4


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-11-14 13:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-07 14:10 [PATCH] BUG11466: fix routing.cgi the function call in routing.cgi was fixed to call the new "exact" function Alexander Marx
2017-11-14 13:11 ` ummeegge
2017-11-14 13:15   ` Michael Tremer
2017-11-14 13:22     ` ummeegge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox