>-----Original Message-----
>From: Yi-Hung Wei <yihung....@gmail.com>
>Sent: Saturday, February 22, 2020 12:51 AM
>To: d...@openvswitch.org; Roni Bar Yanai <ron...@mellanox.com>
>Cc: Yi-Hung Wei <yihung....@gmail.com>
>Subject: [PATCH] docs: Update conntrack established state description
>
>Patch a867c010ee91 ("conntrack: Fix conntrack new state") fixes the userspace
>conntrack behavior.  This patch updates the corresponding conntrack state
>description.
>
>Fixes: a867c010ee91 ("conntrack: Fix conntrack new state")
>Reported-by: Roni Bar Yanai <ron...@mellanox.com>
>Signed-off-by: Yi-Hung Wei <yihung....@gmail.com>
>---
>Please backports to branch 2.13.
>
>---
> lib/meta-flow.xml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/lib/meta-flow.xml b/lib/meta-flow.xml index
>90b405c73750..2f9c5ee16342 100644
>--- a/lib/meta-flow.xml
>+++ b/lib/meta-flow.xml
>@@ -2566,8 +2566,8 @@ actions=clone(load:0->NXM_OF_IN_PORT[],output:123)
>
>         <dt><code>est</code> (0x02)</dt>
>         <dd>
>-          Part of an existing connection.  Set to 1 if this is a committed
>-          connection.
>+          Part of an existing connection.  Set to 1 if packets of a committed
>+          connection have been seen by conntrack from both directions.
>         </dd>
>
>         <dt><code>rel</code> (0x04)</dt>
>--
>2.7.4
Looks good to me.
Acked-by: Roni Bar Yanai <ron...@mellanox.com>

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to