Skip to content

Commit 4a97dc5

Browse files
committed
[roc-config/status] Disabled links should not stay in loopback
1 parent 0c51b09 commit 4a97dc5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Cru/CruBar.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,9 @@ void CruBar::populateLinkMap(std::map<int, Link>& linkMap)
681681

682682
link.datapathMode = mDatapathMode;
683683
link.allowRejection = mAllowRejection;
684+
} else {
685+
link.loopback = false; // disabled links should NOT be in loopback
686+
gbt.setLoopback(link, link.loopback);
684687
}
685688
}
686689
}

0 commit comments

Comments
 (0)