ADJ: midchain delegate to performing stacking
[vpp.git] / src / plugins / abf / abf_itf_attach.c
index 912448b..151fb98 100644 (file)
@@ -258,7 +258,7 @@ abf_itf_detach (fib_protocol_t fproto, u32 policy_id, u32 sw_if_index)
   aia = abf_itf_attach_db_find (policy_id, sw_if_index);
 
   if (NULL == aia)
-    return (VNET_API_ERROR_ENTRY_ALREADY_EXISTS);
+    return (VNET_API_ERROR_NO_SUCH_ENTRY);
 
   /*
    * first remove from the interface's vector
@@ -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);
 }