Drop PC12 from pc9x nodes, increase ann dup age.
[spider.git] / perl / DXProtHandle.pm
index 43e5670cf4d511311658ecf6cd9e6875bf17d8b0..213e9b4008053d0d7eeb2efdfb1838f2f3c7730e 100644 (file)
@@ -321,6 +321,12 @@ sub handle_12
                return;
        }
 
+       # ignore PC12s from origins that use PCxx protocol
+       my $oref = Route::get($origin);
+       if ($oref->do_pc9x) {
+               dbg("PCPROT: PC12 rxed from PC9x node, ignored") if isdbg('chanerr');
+               return;
+       }
 
        my $dxchan;