oxidecomputer / maghemite

A routing stack written in Rust.
Mozilla Public License 2.0
36 stars 2 forks source link

BGP: Add API endpoint for showing exported BGP prefixes #342

Closed taspelund closed 2 months ago

taspelund commented 2 months ago

Fixes: #318

taspelund commented 2 months ago

Comments have been resolved. The only item I wasn't sure about was that clippy is complaining about a complex type being returned by this function. Should I create something similar to resource::Origin4 to address the complaint?

rcgoodfellow commented 2 months ago

Let's add a #![allow(clippy::type_complexity)] at the top of the file for now, as I'm not sure how a type alias is going to interact with dropshot/progenitor.