forked from pool/cloud-init
- Modify cloud-init-write-routes.patch (boo#1123694)
+ Drop a '-' in the route file for the last column OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=133
This commit is contained in:
parent
c53e82e288
commit
e833f3b188
@ -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
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 17:13:21 UTC 2019 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
- 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 <rjschwei@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user