FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
IP4 punt redirect per-rx interface configuration redirect punted traffic to another location. More...
Data Fields | |
ip46_address_t | nh |
The next-hop to send redirected packets to. More... | |
u32 | tx_sw_if_index |
the TX interface to send redirected packets More... | |
adj_index_t | adj_index |
redirect forwarding adjacency More... | |
IP4 punt redirect per-rx interface configuration redirect punted traffic to another location.
Definition at line 194 of file ip_punt_drop.h.
adj_index_t ip_punt_redirect_rx_t_::adj_index |
redirect forwarding adjacency
Definition at line 209 of file ip_punt_drop.h.
ip46_address_t ip_punt_redirect_rx_t_::nh |
The next-hop to send redirected packets to.
Definition at line 199 of file ip_punt_drop.h.
u32 ip_punt_redirect_rx_t_::tx_sw_if_index |
the TX interface to send redirected packets
Definition at line 204 of file ip_punt_drop.h.