ipfix: Export user specified virtual observation ID
authorWenyu Zhang <wenyuz@vmware.com>
Fri, 24 Jun 2016 12:25:57 +0000 (05:25 -0700)
committerBen Pfaff <blp@ovn.org>
Fri, 24 Jun 2016 15:45:11 +0000 (08:45 -0700)
commit337bebe91c94d9d201e28811c469869d32e978ff
tree0d4be55022a7ef580d61ed0aece56744ec540647
parent9a33cd70f4f8bf5922ef05caf32e6da748c57f1a
ipfix: Export user specified virtual observation ID

In virtual network, users want more info about the virtual point to observe
the traffic.  It should be a string to provide clear info, not a simple
interger ID.

Introduce "other-config: virtual_obs_id" in IPFIX, which is a string
configured by user.  Introduce an enterprise IPFIX entity
"virtualObsID"(898) to export the value. The entity is a variable-length
string.

Signed-off-by: Wenyu Zhang <wenyuz@vmware.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
NEWS
ofproto/ipfix-enterprise-entities.def
ofproto/ofproto-dpif-ipfix.c
ofproto/ofproto.h
vswitchd/bridge.c
vswitchd/vswitch.xml