Add Overlay Network Engine API
[vpp.git] / src / vnet / lisp-cp / lisp_cli.c
index 15e6acb..25d11c6 100644 (file)
@@ -799,6 +799,9 @@ lisp_show_eid_table_command_fn (vlib_main_t * vm,
       /* *INDENT-OFF* */
       pool_foreach (mapit, lcm->mapping_pool,
       ({
+        if (mapit->pitr_set)
+          continue;
+
         locator_set_t * ls = pool_elt_at_index (lcm->locator_set_pool,
                                                 mapit->locator_set_index);
         if (filter && !((1 == filter && ls->local) ||
@@ -1512,10 +1515,8 @@ VLIB_CLI_COMMAND (lisp_show_petr_command) = {
     .short_help = "Show petr",
     .function = lisp_show_petr_command_fn,
 };
-
 /* *INDENT-ON* */
 
-/* *INDENT-ON* */
 /*
  * fd.io coding-style-patch-verification: ON
  *