Go to the source code of this file.
◆ IPFIX_COLLECTOR_CLIENT_NAME_MAX
#define IPFIX_COLLECTOR_CLIENT_NAME_MAX 64 |
◆ IPFIX_COLLECTOR_ERR_INVALID_PARAM
#define IPFIX_COLLECTOR_ERR_INVALID_PARAM -1 |
◆ IPFIX_COLLECTOR_ERR_REG_EXISTS
#define IPFIX_COLLECTOR_ERR_REG_EXISTS -2 |
◆ ipfix_collector_get_client()
◆ ipfix_collector_reg_setid()
IP-FIX SetID registration function.
This function can be used by other VPP graph nodes to receive IP-FIX packets with a particular setid.
- Parameters
-
vm | Vlib main of the graph node which is interested in getting IP-Fix packet. |
info | Structure describing the client node which is interested in getting the IP-Fix packets for a SetID. |
- Returns
- 0 on success.
-
Error codes(<0) otherwise.
Definition at line 39 of file ipfixcollector.c.
◆ ipfix_collector_main
◆ ipfix_collector_node
Initial value:= {
.name = "ipfix-collector",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
vl_api_fib_path_type_t type
static u8 * format_ipfix_collector_trace(u8 *s, va_list *args)
uword ipfix_collector_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
Node to receive IP-Fix packets.
static char * ipfix_collector_error_strings[]
(constructor) VLIB_REGISTER_NODE (ipfix_collector_node)
Definition at line 275 of file node.c.