Struct snowcap::example_networks::EvilTwinGadget[][src]

pub struct EvilTwinGadget {}

Evil Twin Gadget

Example from Laurent Vanbever et. al., Figure 4 on page 5. It contains four top-level route reflectors (r1, r2, r3 and r4) connected in an iBGP full-mesh, two second-level route reflectors (ra and rb), and five border routers (b1, bx, b2, b3, b4), where two different prefixes are advertised by 5 external routers (e1, ex, e2, e3, e4).

Trait Implementations

impl ExampleNetwork for EvilTwinGadget[src]

Auto Trait Implementations

impl RefUnwindSafe for EvilTwinGadget[src]

impl Send for EvilTwinGadget[src]

impl Sync for EvilTwinGadget[src]

impl Unpin for EvilTwinGadget[src]

impl UnwindSafe for EvilTwinGadget[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]