Skip to content

Commit

Permalink
Fix all_link_choices
Browse files Browse the repository at this point in the history
(cherry picked from commit 8f15650)
  • Loading branch information
bmeagherix authored and bugclerk committed Nov 15, 2024
1 parent 2974099 commit 63c2bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ixdiagnose/plugins/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Network(Plugin):
'rdma_config', [
MiddlewareCommand('rdma.capable_protocols', result_key='capable_protocols'),
MiddlewareCommand('rdma.get_card_choices', result_key='card_choices'),
MiddlewareCommand('rdma.get_card_choices', [True], result_key='all_card_choices'),
MiddlewareCommand('rdma.get_link_choices', [True], result_key='all_link_choices'),
MiddlewareCommand('rdma.get_link_choices', result_key='link_choices'),
MiddlewareCommand('rdma.interface.query', result_key='interfaces'),
]
Expand Down

0 comments on commit 63c2bc6

Please sign in to comment.