summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2016-12-12 09:16:18 -0800
committerBen Pfaff <blp@ovn.org>2016-12-12 09:16:18 -0800
commit1585ff634569ea37f92061b33733fd9a24c9b92a (patch)
tree1c9739134156f9c41f26f4b34128961bbec5bac3 /NEWS
parentc431227e33503421d3412bd33415750b6010730d (diff)
downloadopenvswitch-1585ff634569ea37f92061b33733fd9a24c9b92a.tar.gz
ovn-trace: Implement DHCP option support.
The put_dhcp_opts(v6) logical action didn't really work because ovn-trace didn't handle DHCP options. This fixes the problem. This also makes the put_dhcp_opts(v6) logical provide useful tracing output showing what's happening and the assumptions. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Numan Siddique <nusiddiq@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5c5628c3d..3a08dbc70 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ Post-v2.6.0
* DSCP marking is now supported, via the new northbound QoS table.
* IPAM now supports fixed MAC addresses.
* Support for source IP address based routing.
+ * ovn-trace can now trace put_dhcp_opts and put_dhcp_optsv6 actions.
- Fixed regression in table stats maintenance introduced in OVS
2.3.0, wherein the number of OpenFlow table hits and misses was
not accurate.