Go to the source code of this file.
#define IPFIX_COLLECTOR_CLIENT_NAME_MAX 64 |
#define IPFIX_COLLECTOR_ERR_INVALID_PARAM -1 |
#define IPFIX_COLLECTOR_ERR_REG_EXISTS -2 |
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
-
vlib_main_t | Vlib main of the graph node which is interseted in getting IP-Fix packet. |
ipfix_client_add_del_t | 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.
Initial value:= {
.name = "ipfix-collector",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
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 276 of file node.c.