X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Froute.pl;h=4ebebde3242dd799c8568afc2b348af6ff355aa1;hb=3fb77aefcc75a7b465d94273adec2f14bfc8adb8;hp=dda65bd9944caf6ab350e587ba30be92f8d42290;hpb=9516ccc97c92ca802204b059a9a4baab04ff3b65;p=spider.git diff --git a/cmd/show/route.pl b/cmd/show/route.pl index dda65bd9..4ebebde3 100644 --- a/cmd/show/route.pl +++ b/cmd/show/route.pl @@ -17,8 +17,7 @@ foreach $l (@list) { my $ref = Route::get($l); if ($ref) { my $parents = $ref->isa('Route::Node') ? $l : join(',', $ref->parents); - my $dxchan = $ref->dxchan; - push @out, $self->msg('route', $l, $parents, $dxchan->call); + push @out, $self->msg('route', $l, $parents, join(',', map {$_->call} $ref->alldxchan)); } else { push @out, $self->msg('e7', $l); }