Skip to content

Commit

Permalink
Merge 6686697 into 6e33c82
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Apr 24, 2019
2 parents 6e33c82 + 6686697 commit 04aa522
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/network/src/modules/NetworkInterfaces.rb
Expand Up @@ -151,7 +151,8 @@ def main
@TypeByKeyExistence = [
["ETHERDEVICE", "vlan"],
["WIRELESS_MODE", "wlan"],
["MODEM_DEVICE", "ppp"]
["MODEM_DEVICE", "ppp"],
["IPOIB_MODE", "ib"]
]
@TypeByValueMatch = [
["BONDING_MASTER", "yes", "bond"],
Expand Down

0 comments on commit 04aa522

Please sign in to comment.