[−][src]Struct ospf_parser::Ospfv3InterAreaRouterLSA
Inter-Area-Router-LSAs (v3)
Inter-area-router-LSAs have LS type equal to 0x2004. These LSAs are the IPv6 equivalent of OSPF for IPv4's type 4 summary-LSAs (see Section 12.4.3 of [OSPFV2]). Originated by area border routers, they describe routes to AS boundary routers in other areas. To see why it is necessary to advertise the location of each ASBR, consult Section 16.4 in [OSPFV2]. Each LSA describes a route to a single router. For details concerning the construction of inter-area-router-LSAs, see Section 4.4.3.5.
Fields
header: Ospfv3LinkStateAdvertisementHeader
reserved0: u8
options: u32
reserved1: u8
metric: u32
destination_router_id: u32
Implementations
impl Ospfv3InterAreaRouterLSA
[src]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Ospfv3InterAreaRouterLSA
impl Send for Ospfv3InterAreaRouterLSA
impl Sync for Ospfv3InterAreaRouterLSA
impl Unpin for Ospfv3InterAreaRouterLSA
impl UnwindSafe for Ospfv3InterAreaRouterLSA
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>,