api: fix ipsec custom_dump function 53/28653/2
authorChristian Hopps <chopps@labn.net>
Wed, 2 Sep 2020 14:33:25 +0000 (10:33 -0400)
committerDamjan Marion <dmarion@me.com>
Thu, 3 Sep 2020 22:53:34 +0000 (22:53 +0000)
commit4a433f46084d05a524154db64d3d7d2567305009
tree7947ba3c8e5a0812c4684b130f211ffb256cd3e5
parent4d56b18ce595a43ff5de1d168d66eab98560e7a7
api: fix ipsec custom_dump function

The protocol value was changed to 50 and 51 (rather than 0 and 1), but
the custom_dump function wasn't updated to reflect this. Also the is_add
value wasn't being shown. Fix both these issues.

Type: fix
Change-Id: I429b4616d6c7937f73308b644154370fab32eaae
Signed-off-by: Christian Hopps <chopps@labn.net>
src/vpp/api/custom_dump.c