]> git.proxmox.com Git - mirror_ovs.git/commit - vswitchd/bridge.c
ipfix: Export user specified virtual observation ID
authorWenyu Zhang <wenyuz@vmware.com>
Sat, 25 Jun 2016 00:10:07 +0000 (17:10 -0700)
committerBen Pfaff <blp@ovn.org>
Sat, 25 Jun 2016 03:41:43 +0000 (20:41 -0700)
commitc97320eb7d29eb354b78f6d303ac9e1bd4ed4678
treeb5c2c1b8014203cb7ab132cc3f3b4a9c871d9e74
parent7a9d65d294c903ef77191cd143a467a5a1e8d3ac
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