From 57b847086666f8c9d8808b3fd85cca689d60d41e Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Fri, 7 Dec 2018 09:21:52 -0600 Subject: [PATCH] fixed typos --- hb_confbridge.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hb_confbridge.py b/hb_confbridge.py index b55d8f4..be79d8e 100755 --- a/hb_confbridge.py +++ b/hb_confbridge.py @@ -363,7 +363,7 @@ class routerOBP(OPENBRIDGE): # Set other values for the contention handler to test next time there is a frame to forward _target_status[_target['TS']]['TX_TIME'] = pkt_time - _target_status[_target['TS']]['TX_TYPE'] = _dtype_seq + _target_status[_target['TS']]['TX_TYPE'] = _dtype_vseq # Handle any necessary re-writes for the destination if _system['TS'] != _target['TS']: @@ -613,7 +613,7 @@ class routerHBP(HBSYSTEM): # Set other values for the contention handler to test next time there is a frame to forward _target_status[_target['TS']]['TX_TIME'] = pkt_time - _target_status[_target['TS']]['TX_TYPE'] = _dtype_seq + _target_status[_target['TS']]['TX_TYPE'] = _dtype_vseq # Handle any necessary re-writes for the destination if _system['TS'] != _target['TS']: