X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FRoute%2FNode.pm;h=3fa7a09750402ec49db1e5c7d3f28745478519cd;hb=dcb4f4b5aa1d99180127681af8996fff1160922c;hp=581c570f36861a34031d6473cba3a55fee620415;hpb=d3641e4f287c5268bafda521f3bd9cd0080e6165;p=spider.git diff --git a/perl/Route/Node.pm b/perl/Route/Node.pm index 581c570f..3fa7a097 100644 --- a/perl/Route/Node.pm +++ b/perl/Route/Node.pm @@ -3,7 +3,7 @@ # # Copyright (c) 2001 Dirk Koopman G1TLH # -# $Id$ +# # package Route::Node; @@ -32,6 +32,7 @@ use vars qw(%list %valid @ISA $max $filterdef $obscount); via_pc92 => '0,Came in via pc92,yesno', obscount => '0,Obscount', last_PC92C => '9,Last PC92C', + PC92C_dxchan => '9,Channel of PC92C', ); $filterdef = $Route::filterdef;