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

Set max allowed ARP or ip6 neighbor entries request. More...

Data Fields

u32 client_index
 
u32 context
 
u8 is_ipv6
 
u32 arp_neighbor_limit
 

Detailed Description

Set max allowed ARP or ip6 neighbor entries request.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
is_ipv6- neighbor limit if non-zero, else ARP limit
arp_neighbor_limit- the new limit, defaults are ~ 50k

Definition at line 980 of file ip.api.

Field Documentation

◆ arp_neighbor_limit

u32 vl_api_set_arp_neighbor_limit_t::arp_neighbor_limit

Definition at line 985 of file ip.api.

◆ client_index

u32 vl_api_set_arp_neighbor_limit_t::client_index

Definition at line 982 of file ip.api.

◆ context

u32 vl_api_set_arp_neighbor_limit_t::context

Definition at line 983 of file ip.api.

◆ is_ipv6

u8 vl_api_set_arp_neighbor_limit_t::is_ipv6

Definition at line 984 of file ip.api.


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