From: Andrew Yourtchenko Date: Wed, 9 Aug 2017 09:28:02 +0000 (+0200) Subject: acl-plugin: all TCP sessions treated as transient (VPP-932) X-Git-Tag: v17.07.01~21 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=754370f1b55d4102d21dd94676f2bda3170c7df0;hp=754370f1b55d4102d21dd94676f2bda3170c7df0;p=vpp.git 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 ---