acl-plugin: also print human-friendly format of 5tuple in packet trace 27/9427/2
authorAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 15 Nov 2017 13:04:05 +0000 (14:04 +0100)
committerDave Barach <openvpp@barachs.net>
Thu, 16 Nov 2017 21:38:25 +0000 (21:38 +0000)
commitaa0d62a9adcb2deec6c247a4d2b8a1265356c625
tree489b2481fb739d22f197c32699cf416ec85b6086
parent403642734cbc8fce203e0e4130904ecf2eb2cc8e
acl-plugin: also print human-friendly format of 5tuple in packet trace

The original version printed just a few u64s, which is useful for
directly working on the code, but not when figuring out what is
possibly a config or environment-related issue. So, add printing
the 5-tuple struct in a way that is usable by an operator.

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