pub enum PrefixAnnouncementMode {
Static,
InHello,
NlsrLsa,
}Expand description
How this node announces its own prefixes to neighbours.
Variants§
Static
Static configuration only; no automatic announcements.
InHello
Prefix list carried in the SERVED-PREFIX fields of every Hello Data.
NlsrLsa
LSA-style routing (NLSR adapter, future work).
Trait Implementations§
Source§impl Clone for PrefixAnnouncementMode
impl Clone for PrefixAnnouncementMode
Source§fn clone(&self) -> PrefixAnnouncementMode
fn clone(&self) -> PrefixAnnouncementMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PrefixAnnouncementMode
impl Debug for PrefixAnnouncementMode
Source§impl PartialEq for PrefixAnnouncementMode
impl PartialEq for PrefixAnnouncementMode
impl Eq for PrefixAnnouncementMode
impl StructuralPartialEq for PrefixAnnouncementMode
Auto Trait Implementations§
impl Freeze for PrefixAnnouncementMode
impl RefUnwindSafe for PrefixAnnouncementMode
impl Send for PrefixAnnouncementMode
impl Sync for PrefixAnnouncementMode
impl Unpin for PrefixAnnouncementMode
impl UnwindSafe for PrefixAnnouncementMode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more