[−][src]Struct ospf_parser::Ospfv3IntraAreaPrefixLSA
Intra-Area-Prefix-LSAs
Intra-area-prefix-LSAs have LS type equal to 0x2009. A router uses intra-area-prefix-LSAs to advertise one or more IPv6 address prefixes that are associated with a local router address, an attached stub network segment, or an attached transit network segment. In IPv4, the first two were accomplished via the router's router-LSA and the last via a network-LSA. In OSPF for IPv6, all addressing information that was advertised in router-LSAs and network-LSAs has been removed and is now advertised in intra-area-prefix-LSAs. For details concerning the construction of intra-area-prefix-LSA, see Section 4.4.3.9.
A router can originate multiple intra-area-prefix-LSAs for each router or transit network. Each such LSA is distinguished by its unique Link State ID.
Fields
header: Ospfv3LinkStateAdvertisementHeader
num_prefixes: u16
referenced_ls_type: u16
referenced_link_state_id: u32
referenced_advertising_router: u32
address_prefixes: Vec<Ospfv3IPv6AddressPrefix>
Implementations
impl Ospfv3IntraAreaPrefixLSA
[src]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Ospfv3IntraAreaPrefixLSA
impl Send for Ospfv3IntraAreaPrefixLSA
impl Sync for Ospfv3IntraAreaPrefixLSA
impl Unpin for Ospfv3IntraAreaPrefixLSA
impl UnwindSafe for Ospfv3IntraAreaPrefixLSA
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>,