FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
vl_api_ip_neighbor_details_t Struct Reference

IP neighboors dump response. More...

Data Fields

u32 context
 
u32 sw_if_index
 
u32 stats_index
 
u8 is_static
 
u8 is_ipv6
 
u8 mac_address [6]
 
u8 ip_address [16]
 

Detailed Description

IP neighboors dump response.

Template Parameters
context- sender context which was passed in the request
sw_if_index- The interface used to reach the neighbor
stats_index- An index in the stats segment that can be used to read the counters for this neighbour.
is_static- [1|0] to indicate if neighbor is statically configured
is_ipv6- [1|0] to indicate if address family is ipv[6|4]

Definition at line 128 of file ip.api.

Field Documentation

u32 vl_api_ip_neighbor_details_t::context

Definition at line 129 of file ip.api.

u8 vl_api_ip_neighbor_details_t::ip_address[16]

Definition at line 135 of file ip.api.

u8 vl_api_ip_neighbor_details_t::is_ipv6

Definition at line 133 of file ip.api.

u8 vl_api_ip_neighbor_details_t::is_static

Definition at line 132 of file ip.api.

u8 vl_api_ip_neighbor_details_t::mac_address[6]

Definition at line 134 of file ip.api.

u32 vl_api_ip_neighbor_details_t::stats_index

Definition at line 131 of file ip.api.

u32 vl_api_ip_neighbor_details_t::sw_if_index

Definition at line 130 of file ip.api.


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