VPP-321: Fix filtering in LISP EID dump call
[vpp.git] / vpp / vpp-api / api.c
index 41b3975..4c87476 100644 (file)
@@ -5674,11 +5674,11 @@ send_lisp_eid_table_details (mapping_t * mapit,
     case 1: /* local only */
       if (!mapit->local)
         return;
-
+      break;
     case 2: /* remote only */
       if (mapit->local)
         return;
-
+      break;
     default:
       clib_warning ("Filter error, unknown filter: %d", filter);
       return;