acl-plugin: all TCP sessions treated as transient (VPP-932) 55/7955/2
authorAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 9 Aug 2017 09:28:02 +0000 (11:28 +0200)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 9 Aug 2017 12:05:50 +0000 (14:05 +0200)
commit754370f1b55d4102d21dd94676f2bda3170c7df0
tree034097e5fddf7e1dadef0372f52fa4e1436b8319
parentb7cd108399c8e9958f1822dbfb0d674a96fc97a4
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>
src/plugins/acl/fa_node.c
test/test_acl_plugin_conns.py