FD.io VPP  v21.06-1-gbb7418cf9
Vector Packet Processing
vl_api_graph_node_get_t Struct Reference

graph_node_get - Get nodes of the packet processing graph In order: if index != ~0, dump node with given index if index == ~0 and name[0] != 0, dump named node if index == ~0 and name[0] == 0 and flag != 0, dump flagged nodes otherwise when no selection criteria given, dump all nodes. More...

Data Fields

u32 client_index
 
u32 context
 
u32 cursor
 
u32 index
 
string name [64]
 
vl_api_node_flag_t flags
 
bool want_arcs
 
option vat_help = "graph_node_dump [start <cursor>] [node_index <index>]|[node_name <name>]|[flags]"
 

Detailed Description

graph_node_get - Get nodes of the packet processing graph In order: if index != ~0, dump node with given index if index == ~0 and name[0] != 0, dump named node if index == ~0 and name[0] == 0 and flag != 0, dump flagged nodes otherwise when no selection criteria given, dump all nodes.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
cursor- Starting iterator value, ~0 for initial request
index- index of a specific node, or ~0 for all
name- name of a specific node, or 0 for all
flags- NODE_FLAG_* values
flags- If true, dump details will contain next nodes out-arcs

Definition at line 54 of file graph.api.

Field Documentation

◆ client_index

u32 vl_api_graph_node_get_t::client_index

Definition at line 56 of file graph.api.

◆ context

u32 vl_api_graph_node_get_t::context

Definition at line 57 of file graph.api.

◆ cursor

u32 vl_api_graph_node_get_t::cursor

Definition at line 58 of file graph.api.

◆ flags

vl_api_node_flag_t vl_api_graph_node_get_t::flags

Definition at line 61 of file graph.api.

◆ index

u32 vl_api_graph_node_get_t::index

Definition at line 59 of file graph.api.

◆ name

string vl_api_graph_node_get_t::name[64]

Definition at line 60 of file graph.api.

◆ vat_help

option vl_api_graph_node_get_t::vat_help = "graph_node_dump [start <cursor>] [node_index <index>]|[node_name <name>]|[flags]"

Definition at line 63 of file graph.api.

◆ want_arcs

bool vl_api_graph_node_get_t::want_arcs

Definition at line 62 of file graph.api.


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