X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;fp=perl%2Fcluster.pl;h=5d26be28e0144f2db6033fc8976ab23a6c17b8d0;hb=f91073b99369ea05c42364f9462695be7a67016d;hp=177009ea20bb4a12cf63ed6d6e8aa994285c086c;hpb=ca5baf12f22e041cb14af595254af4ae88d82ae0;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index 177009ea..5d26be28 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -218,6 +218,10 @@ our $clssecs; # the amount of cpu time the DXSpider process have consumed our $cldsecs; # the amount of cpu time any child processes have consumed our $allowslashcall; # Allow / in connecting callsigns (ie PA0/G1TLH, or even PA0/G1TLH/2) +our $localhost_alias_ipv4; # these are the IPV4 & 6 aliases for localhost connected clients +our $localhost_alias_ipv6; # for things (PC92, PC61 etc) that expose IP addresses. These *may* + # be set by Msg.pm stuff if they are left undefined but, if you need + # certanty then set/var them in the startup file. use vars qw($version $subversion $build $gitversion $gitbranch); @@ -515,7 +519,6 @@ sub AGWrestart AGWMsg::init(\&new_channel); } - sub setup_start { #############################################################