FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
int | ipfix_collector_reg_setid (vlib_main_t *vm, ipfix_client_add_del_t *info) |
IP-FIX SetID registration function. More... | |
static clib_error_t * | ipfix_collector_init (vlib_main_t *vm) |
Variables | |
ipfix_collector_main_t | ipfix_collector_main |
|
static |
int ipfix_collector_reg_setid | ( | vlib_main_t * | vm, |
ipfix_client_add_del_t * | info | ||
) |
IP-FIX SetID registration function.
This function can be used by other VPP graph nodes to receive IP-FIX packets with a particular setid.
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. |
Definition at line 39 of file ipfixcollector.c.
ipfix_collector_main_t ipfix_collector_main |
Definition at line 21 of file ipfixcollector.c.