Struct snowcap::example_networks::EvilTwinGadget [−][src]
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]
fn net(initial_variant: usize) -> Network[src]
fn initial_config(net: &Network, _variant: usize) -> Config[src]
fn final_config(net: &Network, _variant: usize) -> Config[src]
fn get_policy(net: &Network, _variant: usize) -> HardPolicy[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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>, [src]
V: MultiLane<T>,