Re: [cloud-init] change on how DHCP leases are scanned to fetch VR address

2018-01-16 Thread Nux!
ology! Nux! www.nux.ro - Original Message - > From: "Marc-Aurèle Brothier" > To: "dev" > Sent: Tuesday, 16 January, 2018 13:43:58 > Subject: [cloud-init] change on how DHCP leases are scanned to fetch VR > address > Hi all, > > I pushed a PR for

[cloud-init] change on how DHCP leases are scanned to fetch VR address

2018-01-16 Thread Marc-Aurèle Brothier
Hi all, I pushed a PR for cloud-init to change the way the DHCP leases are scanned to retrieve the VR ip address. Currently it does scan the lease files in reverse time order (newest file first) to get the VR address and if that address does not work, it falls back on the default gateway address.