acl-plugin: all TCP sessions treated as transient (VPP-932) 63/7963/3
authorAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 9 Aug 2017 09:28:02 +0000 (11:28 +0200)
committerFlorin Coras <florin.coras@gmail.com>
Thu, 10 Aug 2017 00:05:03 +0000 (00:05 +0000)
commitb639b593372612fd3a55b3137b4fdd62df775d96
tree74c18495ae1ec303600d841f9e99f7f744bb1c1f
parent618f7b003ea92c01bbb892b937a5ce5417603d6b
acl-plugin: all TCP sessions treated as transient (VPP-932)

The packet that was creating the session was not tracked,
consequently the TCP flags seen within the session record
never got the value for the session to get treated as
being in the established state.

Test-escape, so add the TCP tests which test the
three phases of the TCP session life and make them all pass.

Change-Id: Ib048bc30c809a7f03be2de7e8361c2c281270348
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
(cherry picked from commit 754370f1b55d4102d21dd94676f2bda3170c7df0)
src/plugins/acl/fa_node.c
test/test_acl_plugin_conns.py