From: Neale Ranns Date: Wed, 24 Oct 2018 12:50:40 +0000 (-0700) Subject: Use correct name to register ABF plugin with ACLs X-Git-Tag: v19.04-rc0~529 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=8f68b3e63d682cf23ae836c50d3d7abf3c950514 Use correct name to register ABF plugin with ACLs Change-Id: Ic69a68665dcff4e4d48803b634aa2cf234c3944b Signed-off-by: Neale Ranns --- diff --git a/src/plugins/abf/abf_itf_attach.c b/src/plugins/abf/abf_itf_attach.c index 912448b9b6d..166ccec31aa 100644 --- a/src/plugins/abf/abf_itf_attach.c +++ b/src/plugins/abf/abf_itf_attach.c @@ -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); }