FD.io VPP  v19.01.3-6-g70449b9b9
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

◆ client_name

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.

◆ client_next_node

u32 ipfix_client::client_next_node

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

Definition at line 59 of file ipfixcollector.h.

◆ client_node

u32 ipfix_client::client_node

Node index where packets have to be redirected.

Definition at line 56 of file ipfixcollector.h.

◆ set_id

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: