Bug in Call Contention Error

saved the original packet destination TGID for checking on the target
IPSC, not the target (translated) TGID.
This commit is contained in:
Cort Buffington 2015-07-27 16:34:46 -05:00
parent 231c37f744
commit 52a2b26c0a

View File

@ -222,7 +222,7 @@ class bridgeIPSC(IPSC):
# Send the packet to all peers in the target IPSC
networks[_target].send_to_ipsc(_tmp_data)
_status[_TS]['TX_GROUP'] = _dst_group
_status[_TS]['TX_GROUP'] = rule['DST_GROUP']
_status[_TS]['TX_TIME'] = now
_status[_TS]['TX_SRC_SUB'] = _src_sub