From: minima Date: Sat, 9 Jun 2001 23:50:48 +0000 (+0000) Subject: change the default node filter to output only for this callsign X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=47a7639f2fddb182ea66709877fbe92c8e213d22;p=spider.git change the default node filter to output only for this callsign --- diff --git a/perl/cluster.pl b/perl/cluster.pl index fb8753e2..904797ad 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -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