GBP: remove testing asserts
[vpp.git] / src / plugins / gbp / gbp_policy_dpo.c
index 523e23c..213475f 100644 (file)
@@ -343,7 +343,6 @@ gbp_policy_dpo_inline (vlib_main_t * vm,
                              next0 = gpd0->gpd_dpo.dpoi_next_node;
                              break;
                            case GBP_RULE_DENY:
-                             ASSERT (0);
                              next0 = 0;
                              break;
                            case GBP_RULE_REDIRECT: