diff --git a/cloud-init-write-routes.patch b/cloud-init-write-routes.patch index 99221b9..59443dc 100644 --- a/cloud-init-write-routes.patch +++ b/cloud-init-write-routes.patch @@ -32,7 +32,7 @@ + config_routes += ' ' + route.get('netmask', '') + else: + config_routes += ' -' -+ config_routes += ' - -' ++ config_routes += ' -' + config_routes += '\n' + if config_routes: + route_file = '/etc/sysconfig/network/ifroute-%s' % if_name diff --git a/cloud-init.changes b/cloud-init.changes index e2af5cb..e08462f 100644 --- a/cloud-init.changes +++ b/cloud-init.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 31 17:13:21 UTC 2019 - Robert Schweikert + +- Modify cloud-init-write-routes.patch (boo#1123694) + + Drop a '-' in the route file for the last column + ------------------------------------------------------------------- Tue Jan 22 13:04:40 UTC 2019 - Robert Schweikert