ipfix: add classification nodes for flow statistics (VPP-204) 62/2262/13
authorJuraj Sloboda <jsloboda@cisco.com>
Mon, 8 Aug 2016 06:45:24 +0000 (23:45 -0700)
committerDamjan Marion <dmarion.lists@gmail.com>
Mon, 10 Oct 2016 20:51:28 +0000 (20:51 +0000)
commit506b24564d32c7aca58055a710eba64ed942c1c4
treeef8597b915da95ea3149111569c5f708c65138c9
parent477570e587b6b5a8f356a2727794155fa912d59f
ipfix: add classification nodes for flow statistics (VPP-204)

In order to have meaningfull IPFIX implementation we should be able
to classify all packets flowing through vpp. But existing IPv4 and IPv6
classifier nodes are called only if destination IP address is local
to vpp. This commit adds new IPv4 and IPv6 classifier nodes that should
be used for collecting flow statistics.

Change-Id: I60e60105663ba15b5200862a23bb817047fe4d1a
Signed-off-by: Juraj Sloboda <jsloboda@cisco.com>
13 files changed:
vnet/Makefile.am
vnet/vnet/classify/flow_classify.c [new file with mode: 0644]
vnet/vnet/classify/flow_classify.h [new file with mode: 0644]
vnet/vnet/classify/flow_classify_node.c [new file with mode: 0644]
vnet/vnet/ip/ip4.h
vnet/vnet/ip/ip4_forward.c
vnet/vnet/ip/ip6.h
vnet/vnet/ip/ip6_forward.c
vnet/vnet/ip/ip_init.c
vpp-api-test/vat/api_format.c
vpp/vpp-api/api.c
vpp/vpp-api/custom_dump.c
vpp/vpp-api/vpe.api