FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
ethernet_arp_interface_t_ Struct Reference

Per-interface ARP configuration and state. More...

Data Fields

uwordarp_entries
 Hash table of ARP entries. More...
 
u32 enabled
 Is ARP enabled on this interface. More...
 
u32 proxy_enabled
 Is Proxy ARP enabled on this interface. More...
 

Detailed Description

Per-interface ARP configuration and state.

Definition at line 46 of file arp.c.

Field Documentation

◆ arp_entries

uword* ethernet_arp_interface_t_::arp_entries

Hash table of ARP entries.

Since this hash table is per-interface, the key is only the IPv4 address.

Definition at line 52 of file arp.c.

◆ enabled

u32 ethernet_arp_interface_t_::enabled

Is ARP enabled on this interface.

Definition at line 56 of file arp.c.

◆ proxy_enabled

u32 ethernet_arp_interface_t_::proxy_enabled

Is Proxy ARP enabled on this interface.

Definition at line 60 of file arp.c.


The documentation for this struct was generated from the following file: