diff --git a/ixdiagnose/plugins/network.py b/ixdiagnose/plugins/network.py index f74118b..631c34d 100644 --- a/ixdiagnose/plugins/network.py +++ b/ixdiagnose/plugins/network.py @@ -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'), ]