summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWenyu Zhang <wenyuz@vmware.com>2016-06-24 05:25:57 -0700
committerBen Pfaff <blp@ovn.org>2016-06-24 08:45:11 -0700
commit337bebe91c94d9d201e28811c469869d32e978ff (patch)
tree0d4be55022a7ef580d61ed0aece56744ec540647 /NEWS
parent9a33cd70f4f8bf5922ef05caf32e6da748c57f1a (diff)
downloadopenvswitch-337bebe91c94d9d201e28811c469869d32e978ff.tar.gz
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>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 7 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index d7f17834c..26ebaf3bd 100644
--- a/NEWS
+++ b/NEWS
@@ -15,14 +15,17 @@ Post-v2.5.0
now implemented. Only flow mod and port mod messages are supported
in bundles.
* New OpenFlow extension NXM_NX_MPLS_TTL to provide access to MPLS TTL.
- * New "sampling_port" option for "sample" action to allow sampling
- ingress and egress tunnel metadata.
- ovs-ofctl:
* queue-get-config command now allows a queue ID to be specified.
* '--bundle' option can now be used with OpenFlow 1.3.
* New option "--color" to produce colorized output for some commands.
- * New commands "dump-ipfix-bridge" and "dump-ipfix-flow" to dump bridge
- IPFIX statistics and flow based IPFIX statistics.
+ - IPFIX:
+ * New "sampling_port" option for "sample" action to allow sampling
+ ingress and egress tunnel metadata with IPFIX.
+ * New ovs-ofctl commands "dump-ipfix-bridge" and "dump-ipfix-flow" to
+ dump bridge IPFIX statistics and flow based IPFIX statistics.
+ * New setting other-config:virtual_obs_id to add an arbitrary string
+ to IPFIX records.
- Linux:
* New QoS type "linux-noop" that prevents Open vSwitch from trying to
manage QoS for a given port (useful when other software manages QoS).