FD.io VPP  v21.06-3-gbb25fbf28
Vector Packet Processing
ip_punt_redirect_rx_t_ Struct Reference

IP4 punt redirect per-rx interface configuration redirect punted traffic to another location. More...

+ Collaboration diagram for ip_punt_redirect_rx_t_:

Data Fields

fib_node_t node
 Node linkage into the FIB graph. More...
 
fib_protocol_t fproto
 
fib_forward_chain_type_t payload_type
 
fib_node_index_t pl
 
u32 sibling
 
dpo_id_t dpo
 redirect forwarding More...
 

Detailed Description

IP4 punt redirect per-rx interface configuration redirect punted traffic to another location.

Definition at line 212 of file ip_punt_drop.h.

Field Documentation

◆ dpo

dpo_id_t ip_punt_redirect_rx_t_::dpo

redirect forwarding

Definition at line 227 of file ip_punt_drop.h.

◆ fproto

fib_protocol_t ip_punt_redirect_rx_t_::fproto

Definition at line 219 of file ip_punt_drop.h.

◆ node

fib_node_t ip_punt_redirect_rx_t_::node

Node linkage into the FIB graph.

Definition at line 217 of file ip_punt_drop.h.

◆ payload_type

fib_forward_chain_type_t ip_punt_redirect_rx_t_::payload_type

Definition at line 220 of file ip_punt_drop.h.

◆ pl

fib_node_index_t ip_punt_redirect_rx_t_::pl

Definition at line 221 of file ip_punt_drop.h.

◆ sibling

u32 ip_punt_redirect_rx_t_::sibling

Definition at line 222 of file ip_punt_drop.h.


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