pub struct EvpnEs {
pub rd: RouteDistinguisher,
pub esi: EthernetSegmentIdentifier,
pub originator_ip: IpAddr,
}Expand description
Type 4: Ethernet Segment route (RFC 7432 §7.4).
Fields§
§rd: RouteDistinguisherRoute Distinguisher.
esi: EthernetSegmentIdentifierEthernet Segment Identifier (must be non-zero).
originator_ip: IpAddrOriginator Router IP. Wire length is 4 or 16 bytes.
Trait Implementations§
impl Copy for EvpnEs
impl Eq for EvpnEs
Source§impl Ord for EvpnEs
impl Ord for EvpnEs
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for EvpnEs
impl PartialOrd for EvpnEs
impl StructuralPartialEq for EvpnEs
Auto Trait Implementations§
impl Freeze for EvpnEs
impl RefUnwindSafe for EvpnEs
impl Send for EvpnEs
impl Sync for EvpnEs
impl Unpin for EvpnEs
impl UnsafeUnpin for EvpnEs
impl UnwindSafe for EvpnEs
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more