On Thu, 31 Aug 2017 13:04:11 -0700 Justin Pettit <[email protected]> wrote:
> Signed-off-by: Justin Pettit <[email protected]> > --- > NEWS | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/NEWS b/NEWS > index ecb32c4df80c..0eaa64a8dfdc 100644 > --- a/NEWS > +++ b/NEWS > @@ -90,6 +90,11 @@ v2.8.0 - xx xxx xxxx > * HW offloading is done through the TC interface. > - IPv6 link local addresses are now supported on Linux. Use % to > designate > the scope device. > + - The next major version of OVS will introduce a change in the > + conntrack API. Conntrack state is only available to the processing > + path that follows the "recirc_table" argument of the ct() action. > + Starting in OVS 2.9, this state will be cleared for the current > + processing path whenever ct() is called. > > v2.7.0 - 21 Feb 2017 > --------------------- LGTM Thanks, -- Flavio _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
