[Rt-commit] [rtir] 04/06: Allow colons so you can traceroute to an ipv6 address
Kevin Falcone
falcone at bestpractical.com
Thu Oct 2 16:24:09 EDT 2014
This is an automated email from the git hooks/post-receive script.
falcone pushed a commit to branch 3.0/traceroute-cleanup
in repository rtir.
commit 542e9be11cf0bb89c0922a0c387002ef35a14119
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Oct 2 15:27:20 2014 -0400
Allow colons so you can traceroute to an ipv6 address
---
html/RTIR/Tools/Traceroute.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/RTIR/Tools/Traceroute.html b/html/RTIR/Tools/Traceroute.html
index 7dd3afe..9f90216 100644
--- a/html/RTIR/Tools/Traceroute.html
+++ b/html/RTIR/Tools/Traceroute.html
@@ -67,7 +67,7 @@ while (my $content = <$tr>) {
</div>
<%INIT>
-unless ( $q =~ /^[A-Z0-9.]+$/i ) {
+unless ( $q =~ /^[A-Z0-9.:]+$/i ) {
Abort(loc("Invalid search query"));
}
my $title = loc("Traceroute to '[_1]'", $q);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list