pub struct FdbEntry {
pub mac: MacAddress,
pub vtep_ip: u32,
pub last_seen: u64,
pub is_static: bool,
}Expand description
FDB entry: maps MAC to remote VTEP IP.
Fields§
§mac: MacAddressDestination MAC address.
vtep_ip: u32Remote VTEP IP address.
last_seen: u64Last seen tick (for aging).
is_static: boolWhether this is a static (non-aging) entry.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FdbEntry
impl RefUnwindSafe for FdbEntry
impl Send for FdbEntry
impl Sync for FdbEntry
impl Unpin for FdbEntry
impl UnwindSafe for FdbEntry
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)