Fixed ASN handling -again-

This commit is contained in:
MaffC 2013-03-17 05:43:52 +00:00
parent 01518e9eee
commit 9312e5a5a8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ while($witerator->isnt_exhausted) {
if($target =~ /^AS.*/i) { if($target =~ /^AS.*/i) {
$asnum =~ s/.*:[ ]+//; $asnum =~ s/.*:[ ]+//;
$asname =~ s/.*:[ ]+//; $asname =~ s/.*:[ ]+//;
print "$target is $descr\n"; print "$target is $descr ($asname)\n";
} else { } else {
$origin =~ s/.*:[ ]+//; $origin =~ s/.*:[ ]+//;
$route =~ s/.*:[ ]+//; $route =~ s/.*:[ ]+//;