issue dummy PC19 for locally connected ndoe that haven't given me a PC19
authordjk <djk>
Wed, 3 Nov 1999 21:44:18 +0000 (21:44 +0000)
committerdjk <djk>
Wed, 3 Nov 1999 21:44:18 +0000 (21:44 +0000)
but are giving PC16s

perl/DXProt.pm

index 32d5e3b381933292e90cd502f7dc569773e86c59..25d862cfa52910b8d9b8922fa5e6331c73b1cf45 100644 (file)
@@ -318,6 +318,8 @@ sub normal
                                # add it to the node table if it isn't present and it's
                                # connected locally
                                $node = DXNode->new($dxchan, $field[1], 0, 1, 5400);
+                               broadcast_ak1a(pc19($dxchan, $node), $dxchan, $self) unless $dxchan->{isolate};
+                               
                        }
                        return unless $node; # ignore if havn't seen a PC19 for this one yet
                        return unless $node->isa('DXNode');