[−][src]Struct ospf_parser::Ospfv3LinkLSA
Link-LSAs
Link-LSAs have LS type equal to 0x0008. A router originates a separate link-LSA for each attached physical link. These LSAs have link-local flooding scope; they are never flooded beyond the associated link. Link-LSAs have three purposes:
-
They provide the router's link-local address to all other routers attached to the link.
-
They inform other routers attached to the link of a list of IPv6 prefixes to associate with the link.
-
They allow the router to advertise a collection of Options bits in the network-LSA originated by the Designated Router on a broadcast or NBMA link.
For details concerning the construction of links-LSAs, see Section 4.4.3.8.
A link-LSA's Link State ID is set equal to the originating router's Interface ID on the link.
Fields
header: Ospfv3LinkStateAdvertisementHeader
router_priority: u8
options: u32
link_local_interface_address: Vec<u8>
num_prefixes: u32
address_prefixes: Vec<Ospfv3IPv6AddressPrefix>
Implementations
impl Ospfv3LinkLSA
[src]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Ospfv3LinkLSA
impl Send for Ospfv3LinkLSA
impl Sync for Ospfv3LinkLSA
impl Unpin for Ospfv3LinkLSA
impl UnwindSafe for Ospfv3LinkLSA
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>,