FD.io VPP
v21.01.1
Vector Packet Processing
|
The data-path object representing dropping the packet. More...
Data Fields | |
ip_null_dpo_action_t | ind_action |
The action to take on a packet. More... | |
u32 | ind_next_index |
The next VLIB node. More... | |
The data-path object representing dropping the packet.
A representation of the IP_NULL DPO
Definition at line 26 of file ip_null_dpo.c.
ip_null_dpo_action_t ip_null_dpo_t_::ind_action |
The action to take on a packet.
Definition at line 31 of file ip_null_dpo.c.
u32 ip_null_dpo_t_::ind_next_index |
The next VLIB node.
Definition at line 35 of file ip_null_dpo.c.