pub struct Ipv6State {
pub config: DualStackConfig,
pub ndp_cache: NdpCache,
pub hop_limit: u8,
}Expand description
Complete IPv6 subsystem state
Fields§
§config: DualStackConfigDual-stack configuration
ndp_cache: NdpCacheNDP neighbor cache
hop_limit: u8Default hop limit for outgoing packets