change the default node filter to output only for this callsign
authorminima <minima>
Sat, 9 Jun 2001 23:50:48 +0000 (23:50 +0000)
committerminima <minima>
Sat, 9 Jun 2001 23:50:48 +0000 (23:50 +0000)
perl/cluster.pl

index fb8753e24fd45782e85f351e1e233d7b457b8f8d..904797adc4a66d4f93fad9f1b13cb1584eeccefc 100755 (executable)
@@ -429,7 +429,7 @@ $routeroot = Route::Node->new($mycall, $version*100+5300, Route::here($DXProt::m
 # make sure that there is a routing OUTPUT node default file
 unless (Filter::read_in('route', 'node_default', 0)) {
        my $dxcc = $DXProt::me->dxcc;
-       $Route::filterdef->cmd($DXProt::me, 'route', 'accept', "node_default call_dxcc $dxcc" );
+       $Route::filterdef->cmd($DXProt::me, 'route', 'accept', "node_default call $mycall" );
 }
 
 # read in any existing message headers and clean out old crap