FD.io VPP  v16.09
Vector Packet Processing
vl_api_is_address_reachable_t Struct Reference

Is Address Reachable request - DISABLED. More...

Data Fields

u32 client_index
 
u32 context
 
u32 next_hop_sw_if_index
 
u8 is_known
 
u8 is_ipv6
 
u8 is_error
 
u8 address [16]
 

Detailed Description

Is Address Reachable request - DISABLED.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
next_hop_sw_if_index- index of interface used to get to next hop
is_ipv6- 1 for IPv6, 0 for IPv4
is_error- address not found or does not match intf
address[]- Address in question

Definition at line 624 of file vpe.api.

Field Documentation

u8 vl_api_is_address_reachable_t::address[16]

Definition at line 632 of file vpe.api.

u32 vl_api_is_address_reachable_t::client_index

Definition at line 626 of file vpe.api.

u32 vl_api_is_address_reachable_t::context

Definition at line 627 of file vpe.api.

u8 vl_api_is_address_reachable_t::is_error

Definition at line 631 of file vpe.api.

u8 vl_api_is_address_reachable_t::is_ipv6

Definition at line 630 of file vpe.api.

u8 vl_api_is_address_reachable_t::is_known

Definition at line 629 of file vpe.api.

u32 vl_api_is_address_reachable_t::next_hop_sw_if_index

Definition at line 628 of file vpe.api.


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