UnderlayDiscovery

Trait UnderlayDiscovery 

Source
pub trait UnderlayDiscovery: Send + Sync {
    // Required method
    fn list_underlays(&self, isd_as: IsdAsn) -> Underlays;
}
Expand description

Underlay discovery trait.

Required Methods§

Source

fn list_underlays(&self, isd_as: IsdAsn) -> Underlays

List the underlays available to reach the given ISD-AS.

Implementors§