[−][src]Struct ospf_parser::OspfOpaqueLinkAdvertisement
The Opaque LSA (RFC5250)
Opaque LSAs are Type 9, 10, and 11 link state advertisements. These advertisements MAY be used directly by OSPF or indirectly by some application wishing to distribute information throughout the OSPF domain. The function of the Opaque LSA option is to provide for future OSPF extensibility.
Opaque LSAs contain some number of octets (of application-specific data) padded to 32-bit alignment. Like any other LSA, the Opaque LSA uses the link-state database distribution mechanism for flooding this information throughout the topology. However, the Opaque LSA has a flooding scope associated with it so that the scope of flooding may be link-local (type-9), area-local (type-10), or the entire OSPF routing domain (type-11). Section 3 of this document describes the flooding procedures for the Opaque LSA.
Fields
header: OspfLinkStateAdvertisementHeader
data: Vec<u8>
Implementations
impl OspfOpaqueLinkAdvertisement
[src]
impl OspfOpaqueLinkAdvertisement
[src]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OspfOpaqueLinkAdvertisement
impl Send for OspfOpaqueLinkAdvertisement
impl Sync for OspfOpaqueLinkAdvertisement
impl Unpin for OspfOpaqueLinkAdvertisement
impl UnwindSafe for OspfOpaqueLinkAdvertisement
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,
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.
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>,