Code review comment for ~oddbloke/cloud-init/+git/cloud-init:networking

Revision history for this message
Ryan Harper (raharper) wrote :

If the interface already has an IP, it may not have anything else that we'd apply after parsing the lease output (routes, etc).

This sort of feels OK in that we skip tearing down when we don't do anything else, but it also seems wrong in that the whole context manager should exit if we don't bring up DHCP.

« Back to merge proposal