diff options
Diffstat (limited to 'src/plugins/acl/acl.c')
-rw-r--r-- | src/plugins/acl/acl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/acl/acl.c b/src/plugins/acl/acl.c index 51929ad9188..ae1cbf714c1 100644 --- a/src/plugins/acl/acl.c +++ b/src/plugins/acl/acl.c @@ -2076,6 +2076,8 @@ acl_show_aclplugin_fn (vlib_main_t * vm, u32 show_bihash_verbose = 0; if (unformat (input, "acl")) { + show_acl_hash_info = 1; + /* mask-type is handy to see as well right there */ show_mask_type = 1; unformat (input, "index %u", &acl_index); } else if (unformat (input, "applied")) { |