FD.io VPP  v17.04.2-2-ga8f93f8
Vector Packet Processing
ipfix_client Struct Reference

IP-FIX collector internal client structure to store SetID to client node ID. More...

Data Fields

u8client_name
 String containing name of the client interested in getting ip-fix packets. More...
 
u32 client_node
 Node index where packets have to be redirected. More...
 
u32 client_next_node
 ipfix-collector next index where packets have to be redirected. More...
 
u16 set_id
 Setid of IPFix for which client is intereseted in getting packets. More...
 

Detailed Description

IP-FIX collector internal client structure to store SetID to client node ID.

Definition at line 49 of file ipfixcollector.h.

Field Documentation

u8* ipfix_client::client_name

String containing name of the client interested in getting ip-fix packets.

Definition at line 53 of file ipfixcollector.h.

u32 ipfix_client::client_next_node

ipfix-collector next index where packets have to be redirected.

Definition at line 59 of file ipfixcollector.h.

u32 ipfix_client::client_node

Node index where packets have to be redirected.

Definition at line 56 of file ipfixcollector.h.

u16 ipfix_client::set_id

Setid of IPFix for which client is intereseted in getting packets.

Definition at line 62 of file ipfixcollector.h.


The documentation for this struct was generated from the following file: