Avoid active connection prevent timeout of idle conns after it 64/6564/4
authorAndrew Yourtchenko <ayourtch@gmail.com>
Tue, 2 May 2017 18:08:51 +0000 (20:08 +0200)
committerDave Barach <openvpp@barachs.net>
Sun, 7 May 2017 14:31:07 +0000 (14:31 +0000)
commit57d7dbc8bf8a49ee2421fe97bd3ed7099d2384bf
tree3f4d01a8d8b2ccf24774872546d500ded67ced6b
parent9e79be2b20ba851ef0b31a9b2687e3b08d74456f
Avoid active connection prevent timeout of idle conns after it

Fix a logic error related to timing out of the connections
following the active one. To avoid this class of issue in
the future, create corresponding testcases, as well as some
trivial sanity testcases for both IPv4 and IPv6.

Since these tests are timing-dependent and take up time,
mark them as extended tests.

Change-Id: I2c72bad5efda7db8aa9cb05801fe47928dc47927
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
src/plugins/acl/fa_node.c
src/plugins/acl/fa_node.h
test/test_acl_plugin_conns.py [new file with mode: 0644]