Skip to content

Commit

Permalink
Merge 9ceeb5d into e3ef56c
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Jun 5, 2019
2 parents e3ef56c + 9ceeb5d commit d80ba63
Show file tree
Hide file tree
Showing 3 changed files with 11 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
8 changes: 8 additions & 0 deletions package/yast2.changes
@@ -1,9 +1,17 @@
-------------------------------------------------------------------
Wed Jun 5 10:44:18 UTC 2019 - Knut Anderssen <kanderssen@suse.de>

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

-------------------------------------------------------------------
Fri May 31 19:14:11 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>

- Use new schema of desktop files (boo#1084864)
- Clean up spec
- Rename desktop files
- 4.2.5

-------------------------------------------------------------------
Thu May 30 12:52:13 UTC 2019 - Josef Reidinger <jreidinger@suse.com>
Expand Down
2 changes: 1 addition & 1 deletion package/yast2.spec
Expand Up @@ -17,7 +17,7 @@


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

0 comments on commit d80ba63

Please sign in to comment.