MFIB: recurse resolution through an MFIB entry
[vpp.git] / src / vnet / dpo / receive_dpo.c
index 30ddcee..949dbfa 100644 (file)
  */
 receive_dpo_t *receive_dpo_pool;
 
+int
+dpo_is_receive (const dpo_id_t *dpo)
+{
+    return (dpo->dpoi_type == DPO_RECEIVE);
+}
+
 static receive_dpo_t *
 receive_dpo_alloc (void)
 {