summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNeil McKee <neil.mckee@inmon.com>2014-06-27 11:19:59 -0700
committerBen Pfaff <blp@nicira.com>2014-11-11 13:28:40 -0800
commit50b9699fe49b66de64d0d0b1803bb13e95ca2c2e (patch)
tree97b6c4d020511efe85a9f6f6596d6a1e03e26f86 /NEWS
parentafc63bb4bc0692af8bfa16d2a573b8b3bce52895 (diff)
downloadopenvswitch-50b9699fe49b66de64d0d0b1803bb13e95ca2c2e.tar.gz
sflow: Export LAG, PORTNAME, and OPENFLOWPORT information also.
Export standard sFlow LAG, PORTNAME and OPENFLOWPORT structures with each counter-sample. Add unit-test for sFlow-LAG. Adjust other unit-tests to accommodate these new annotations. The sFlow-LAG structures are important for topology discovery, for troubleshooting LAG instability, and for correctly combining sFlow feeds from multiple sources. The OPENFLOWPORT and PORTNAME structures are important for systems that aim to combine sFlow monitoring with OpenFlow controls, as they provide straightforward mapping (1) between sFlow agent IP and OpenFlow datapath-id, and (2) between interface name,ifIndex and OpenFlow port number. Signed-off-by: Neil McKee <neil.mckee@inmon.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bc0ff5f4e..5ba8f4d3f 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@ Post-v2.3.0
release. The protocol is documented at
http://tools.ietf.org/html/draft-gross-geneve-00
- The OVS database now reports controller rate limiting statistics.
+ - sflow now exports information about LACP-based bonds, port names, and
+ OpenFlow port numbers.
- ovs-dpctl functionality is now available for datapaths integrated
into ovs-vswitchd, via ovs-appctl. Some existing ovs-appctl
commands are now redundant and will be removed in a future