Open
Description
The code that we currently use for sending requests to peer routers for prefix exchange uses hyper and manual message construction.
Lines 109 to 118 in 60a0858
Lines 165 to 178 in 60a0858
This is because progenitor-based clients do not currently support scoped v6 addresses.
When this is addressed, we should switch to using a progenitor-based client to get more compile time safety and make things less error prone.