+03Mar01=======================================================================
+1. allow incoming and outgoing IP connects direct to cluster.pl
28Feb01=======================================================================
1. allow sh/c gb7 (ie show the config of all gb7 nodes)(for example)
2. get rid of spurious DXHash 'uninitialised' messages if no corresponding
if ($msg =~ /^E[-\w]+\|([01])/) {
$conn->{echo} = $1;
if ($1) {
- $conn->send_raw("\xFF\xFC\x01");
+# $conn->send_raw("\xFF\xFC\x01");
} else {
- $conn->send_raw("\xFF\xFB\x01");
+# $conn->send_raw("\xFF\xFB\x01");
}
} else {
$msg =~ s/^[-\w]+\|//;