Skip to content

Commit

Permalink
docs: Update conntrack established state description
Browse files Browse the repository at this point in the history
Patch a867c01 ("conntrack: Fix conntrack new state") fixes
the userspace conntrack behavior.  This patch updates the
corresponding conntrack state description.

Fixes: a867c01 ("conntrack: Fix conntrack new state")
Reported-by: Roni Bar Yanai <roniba@mellanox.com>
Acked-by: Roni Bar Yanai <roniba@mellanox.com>
Signed-off-by: Yi-Hung Wei <yihung.wei@gmail.com>
Signed-off-by: William Tu <u9012063@gmail.com>
  • Loading branch information
YiHungWei authored and williamtu committed Feb 25, 2020
1 parent dd0293c commit 3f83220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/meta-flow.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 3f83220

Please sign in to comment.