Skip to content

Commit

Permalink
Merge branch 'SLE-15-SP3' into merge_SLE-15-SP3
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Sep 29, 2022
2 parents dc6c30e + 3ccab4f commit 1ed3aed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions package/yast2-network.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 29 09:15:47 UTC 2022 - Knut Anderssen <kanderssen@suse.com>

- Fixed issue when writing the NetworkManager config without a
gateway (bsc#1203866)
- 4.4.52

-------------------------------------------------------------------
Fri Sep 16 08:23:21 UTC 2022 - Knut Anderssen <kanderssen@suse.com>

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


Name: yast2-network
Version: 4.4.51
Version: 4.4.52
Release: 0
Summary: YaST2 - Network Configuration
License: GPL-2.0-only
Expand Down
Expand Up @@ -64,7 +64,7 @@ def write(conn, opts = {})
#
# @param routes [<Array<Y2Network::Route>] routes associated with the connection
def configure_routes(routes)
routes.select(&:default?).each { |r| configure_gateway(r) }
routes.select(&:default?).each { |r| configure_gateway(r) if r.gateway }
end

# @param route [Y2Network::Route] route to be written
Expand Down

0 comments on commit 1ed3aed

Please sign in to comment.