← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~raharper/cloud-init:sysconfig-handle-global-static-routes into cloud-init:master

 

The proposal to merge ~raharper/cloud-init:sysconfig-handle-global-static-routes into cloud-init:master has been updated.

Commit Message changed to:

net/sysconfig: handle global static routes

Cloud-init network-config V1 format allows configuration of "global"
static routes which are not directly associated with any interface
in particular. These routes were not rendered under sysconfig which
generally prefers routes to be part of an interface subnet configuration.
If the configuration includes global routes, sysconfig will now render
these static routes to /etc/sysconfig/static-routes file with the 'any'
parameter indicating it will be active for any network interface.

This change does not affect existing subnet routes which continue to
be rendered into /etc/sysconfig/network-scripts/route-$iface and
route6-$iface as needed.

For more details, see:
https://code.launchpad.net/~raharper/cloud-init/+git/cloud-init/+merge/342102
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~raharper/cloud-init:sysconfig-handle-global-static-routes into cloud-init:master.


References