FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
IP-FIX collector internal client structure to store SetID to client node ID. More...
Data Fields | |
u8 * | client_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 interested in getting packets. More... | |
IP-FIX collector internal client structure to store SetID to client node ID.
Definition at line 49 of file ipfixcollector.h.
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 interested in getting packets.
Definition at line 62 of file ipfixcollector.h.