FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
vl_api_punt_redirect_t Struct Reference

Punt redirect type. More...

Data Fields

u32 rx_sw_if_index
 
u32 tx_sw_if_index
 
vl_api_address_t nh
 

Detailed Description

Punt redirect type.

Template Parameters
rx_sw_if_index- specify the original RX interface of traffic that should be redirected. ~0 means any interface.
tx_sw_if_index- the TX interface to which traffic shoulde be redirected.
nh- the next-hop to redirect the traffic to.
is_ipv6- 1 for IPv6 neighbor, 0 for IPv4

Definition at line 585 of file ip.api.

Field Documentation

vl_api_address_t vl_api_punt_redirect_t::nh

Definition at line 589 of file ip.api.

u32 vl_api_punt_redirect_t::rx_sw_if_index

Definition at line 587 of file ip.api.

u32 vl_api_punt_redirect_t::tx_sw_if_index

Definition at line 588 of file ip.api.


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