![]() |
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
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]" |
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.
| 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 |
| option vl_api_graph_node_get_t::vat_help = "graph_node_dump [start <cursor>] [node_index <index>]|[node_name <name>]|[flags]" |