Enhancement
_render_route() in cloudinit/net/eni.py uses route add ... commands, but the route(8) command part of the net-tools package has been obsolete for a very long time and is usually not installed on modern systems.
cloud-init should use ip route add ... commands from the iproute2 package.
Enhancement
_render_route()incloudinit/net/eni.pyusesroute add ...commands, but theroute(8)command part of thenet-toolspackage has been obsolete for a very long time and is usually not installed on modern systems.cloud-init should use
ip route add ...commands from the iproute2 package.