acl-plugin: cleaner node bugfixes (VPP-675) 14/5914/2
authorAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 29 Mar 2017 14:47:10 +0000 (16:47 +0200)
committerFlorin Coras <florin.coras@gmail.com>
Thu, 30 Mar 2017 09:38:39 +0000 (09:38 +0000)
commit097051a3bd1f63a177c0728f15375afd84a68918
treec3a444ffcc11b0770b2429f4840756f7c10ca6dc
parent65d5f0379337dda3ee3463d2fec5a4619df0e31d
acl-plugin: cleaner node bugfixes (VPP-675)

- use the counters in a private struct rather than node error counters
- ensure the timer for the non-idle connections is restarted
- fix the deletion of conn at the current tail the list

Change-Id: I632f63574d2ced95fb75c5e7fb588c78fb3cce1c
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
src/plugins/acl/acl.c
src/plugins/acl/acl.h
src/plugins/acl/fa_node.c