Fix pretty-printing in "api trace custom-dump" (VPP-683) 37/6337/2 stable/1701
authorAndrew Yourtchenko <ayourtch@gmail.com>
Fri, 21 Apr 2017 12:47:02 +0000 (14:47 +0200)
committerNeale Ranns <nranns@cisco.com>
Mon, 15 May 2017 21:14:51 +0000 (21:14 +0000)
commitc6833f804e6f1ac00c3d04c26237a2543713de95
tree82ece6b64a41a19bedce0b6acc729fa5ab6a44e1
parenta558f61eb9bf6eec7803e0afe78cce14a590d4e1
Fix pretty-printing in "api trace custom-dump" (VPP-683)

This commit is different from the ones in 1704 and master
in that it also adds format_ip6_address which was missing
and is needed by the print functions.

Change-Id: I45a4c28bc54c6e7e01bf42c6c6e38a96a292a31d
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
plugins/acl-plugin/Makefile.am
plugins/acl-plugin/acl/acl.api
plugins/acl-plugin/acl/acl.c
plugins/acl-plugin/acl/acl_all_api_h.h
plugins/acl-plugin/acl/acl_test.c
plugins/acl-plugin/acl/manual_fns.h [new file with mode: 0644]
vpp-api-test/vat/plugin_api.c