From c6833f804e6f1ac00c3d04c26237a2543713de95 Mon Sep 17 00:00:00 2001 From: Andrew Yourtchenko Date: Fri, 21 Apr 2017 14:47:02 +0200 Subject: 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 --- plugins/acl-plugin/acl/acl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/acl-plugin/acl/acl.c') diff --git a/plugins/acl-plugin/acl/acl.c b/plugins/acl-plugin/acl/acl.c index d96454eb188..bc2b2bc7046 100644 --- a/plugins/acl-plugin/acl/acl.c +++ b/plugins/acl-plugin/acl/acl.c @@ -1832,8 +1832,6 @@ vl_api_macip_acl_interface_get_t_handler (vl_api_macip_acl_interface_get_t * vl_msg_api_send_shmem (q, (u8 *) & rmp); } - - /* Set up the API message handling tables */ static clib_error_t * acl_plugin_api_hookup (vlib_main_t * vm) -- cgit 1.2.3-korg