From 9312e5a5a885ae1c4e2a738efd208dfab1f4897e Mon Sep 17 00:00:00 2001 From: MaffC Date: Sun, 17 Mar 2013 05:43:52 +0000 Subject: [PATCH] Fixed ASN handling -again- --- aslookup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aslookup b/aslookup index e9edaec..d9ad25b 100755 --- a/aslookup +++ b/aslookup @@ -32,7 +32,7 @@ while($witerator->isnt_exhausted) { if($target =~ /^AS.*/i) { $asnum =~ s/.*:[ ]+//; $asname =~ s/.*:[ ]+//; - print "$target is $descr\n"; + print "$target is $descr ($asname)\n"; } else { $origin =~ s/.*:[ ]+//; $route =~ s/.*:[ ]+//;