facebook / openr

Distributed platform for building autonomic network functions.
MIT License
906 stars 243 forks source link

Raise PrefixAllocator Iface Exception so Retries Occur #127

Closed MatthewWEdwards closed 2 years ago

MatthewWEdwards commented 2 years ago

Pull Request Template

Title:Raise PrefixAllocator Iface Exception so Retries Occur

Description:

During TG Puma startup the PrefixAllocator module assigns lo an IP address. It makes a call the Netlink thread. If the call fails because the Netlink thread isn't ready, PrefixAllocator will not attempt to retry the call. Raise the timeout exception so that PrefixAllocator retries

Test Plan:

Run on TG dry-run network