aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/acl-plugin/acl/acl.c
diff options
context:
space:
mode:
authorAndrew Yourtchenko <ayourtch@gmail.com>2017-04-21 14:47:02 +0200
committerNeale Ranns <nranns@cisco.com>2017-05-15 21:14:51 +0000
commitc6833f804e6f1ac00c3d04c26237a2543713de95 (patch)
tree82ece6b64a41a19bedce0b6acc729fa5ab6a44e1 /plugins/acl-plugin/acl/acl.c
parenta558f61eb9bf6eec7803e0afe78cce14a590d4e1 (diff)
Fix pretty-printing in "api trace custom-dump" (VPP-683)stable/1701
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>
Diffstat (limited to 'plugins/acl-plugin/acl/acl.c')
-rw-r--r--plugins/acl-plugin/acl/acl.c2
1 files changed, 0 insertions, 2 deletions
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)