![]() |
FD.io VPP
v17.10-9-gd594711
Vector Packet Processing
|
Structure other nodes to use for registering with IP-FIX collector. 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... | |
| u16 | ipfix_setid |
| Setid of IPFix for which client is intereseted in getting packets. More... | |
| u16 | del |
| Add(0) or del(1) operation. More... | |
Structure other nodes to use for registering with IP-FIX collector.
Definition at line 30 of file ipfixcollector.h.
| u8* ipfix_client_add_del_t::client_name |
String containing name of the client interested in getting ip-fix packets.
Definition at line 34 of file ipfixcollector.h.
| u32 ipfix_client_add_del_t::client_node |
Node index where packets have to be redirected.
Definition at line 37 of file ipfixcollector.h.
| u16 ipfix_client_add_del_t::del |
Add(0) or del(1) operation.
Definition at line 43 of file ipfixcollector.h.
| u16 ipfix_client_add_del_t::ipfix_setid |
Setid of IPFix for which client is intereseted in getting packets.
Definition at line 40 of file ipfixcollector.h.