[−][src]Struct ospf_parser::Ospfv3ASExternalLSA
AS-External-LSAs
AS-external-LSAs have LS type equal to 0x4005. These LSAs are originated by AS boundary routers and describe destinations external to the AS. Each LSA describes a route to a single IPv6 address prefix. For details concerning the construction of AS-external-LSAs, see Section 4.4.3.6.
AS-external-LSAs can be used to describe a default route. Default routes are used when no specific route exists to the destination. When describing a default route, the AS-external-LSA's PrefixLength is set to 0.
Fields
header: Ospfv3LinkStateAdvertisementHeader
flags: u8
metric: u32
address_prefix: Ospfv3IPv6AddressPrefix
forwarding_address: Option<Vec<u8>>
external_route_tag: Option<u32>
referenced_link_state_id: Option<u32>
Implementations
impl Ospfv3ASExternalLSA
[src]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Ospfv3ASExternalLSA
impl Send for Ospfv3ASExternalLSA
impl Sync for Ospfv3ASExternalLSA
impl Unpin for Ospfv3ASExternalLSA
impl UnwindSafe for Ospfv3ASExternalLSA
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>,