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 = {
},
}
(constructor) VLIB_REGISTER_NODE (ipfix_collector_node)
Definition at line 275 of file node.c.