Use correct name to register ABF plugin with ACLs 04/15504/2
authorNeale Ranns <nranns@cisco.com>
Wed, 24 Oct 2018 12:50:40 +0000 (05:50 -0700)
committerNeale Ranns <nranns@cisco.com>
Thu, 25 Oct 2018 12:29:10 +0000 (12:29 +0000)
Change-Id: Ic69a68665dcff4e4d48803b634aa2cf234c3944b
Signed-off-by: Neale Ranns <nranns@cisco.com>
src/plugins/abf/abf_itf_attach.c

index 912448b..166ccec 100644 (file)
@@ -759,7 +759,7 @@ abf_itf_bond_init (vlib_main_t * vm)
     return (acl_init_res);
 
   abf_acl_user_id =
-    acl_plugin.register_user_module ("abp plugin", "sw_if_index", NULL);
+    acl_plugin.register_user_module ("ABF plugin", "sw_if_index", NULL);
 
   return (NULL);
 }