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 authored and Matt Raso-Barnett committed Aug 24, 2021
1 parent 647080e commit e57c4fa
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 @@ -839,6 +839,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 e57c4fa

Please sign in to comment.