Skip to content

Commit

Permalink
Add potential fix for idempotency problem for infiniband
Browse files Browse the repository at this point in the history
  • Loading branch information
mjrasobarnett committed Sep 1, 2020
1 parent 21de2fc commit 9781aa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/network_connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@ def connection_create(self, connections, idx, connection_current=None):
NM.SETTING_CONNECTION_TYPE, NM.SETTING_INFINIBAND_SETTING_NAME
)
s_infiniband = self.connection_ensure_setting(con, NM.SettingInfiniband)
s_wired = self.connection_ensure_setting(con, NM.SettingWired)
s_infiniband.set_property(
NM.SETTING_INFINIBAND_MAC_ADDRESS, connection["mac"]
)
Expand Down

0 comments on commit 9781aa0

Please sign in to comment.