Comment 11 for bug 1850642

Revision history for this message
Ryan Harper (raharper) wrote : Re: Cloud init unable to find the metadata service but can CURL it

I *think* the format is:

NETMASK.DESTINATION GATEWAY

Comma is the record separator

0 is alias for default gateway.

--
With that, we'd have two routes:

ip route add 169.254.169.254/32 via 136.156.90.10
ip route add default via 136.156.91.254

But I'd really like to see some source code of dhcp client to confirm
that this is the format being written.