Skip to content

Commit

Permalink
Merge 9a9a4af into 6365147
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed May 4, 2019
2 parents 6365147 + 9a9a4af commit b5696f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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
7 changes: 7 additions & 0 deletions package/yast2.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat May 4 15:14:18 UTC 2019 - Knut Anderssen <kanderssen@suse.de>

- bsc#1086454
- Recognize IB interfaces based on IPOIB_MODE ifcfg attribute
- 4.2.2

-------------------------------------------------------------------
Fri Apr 26 08:38:39 UTC 2019 - Ladislav Slezák <lslezak@suse.cz>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2
Version: 4.2.1
Version: 4.2.2
Release: 0
Summary: YaST2 Main Package
License: GPL-2.0-only
Expand Down

0 comments on commit b5696f4

Please sign in to comment.