mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-26 23:27:46 -06:00
Fix shuffle breakout mapping
This commit is contained in:
@@ -228,10 +228,10 @@ class ShuffleBreakout2x8CableProfile(BaseCableProfile):
|
||||
(1, 2): (2, 1),
|
||||
(1, 3): (5, 1),
|
||||
(1, 4): (6, 1),
|
||||
(2, 1): (3, 2),
|
||||
(2, 2): (4, 2),
|
||||
(2, 3): (7, 2),
|
||||
(2, 4): (8, 2),
|
||||
(2, 1): (3, 1),
|
||||
(2, 2): (4, 1),
|
||||
(2, 3): (7, 1),
|
||||
(2, 4): (8, 1),
|
||||
}
|
||||
_b_mapping = {
|
||||
(1, 1): (1, 1),
|
||||
|
||||
Reference in New Issue
Block a user