IPv6 Classify Forwarding Graph errors
[vpp.git] / vnet / vnet / mpls / interface.c
index fc297cd..af0428c 100644 (file)
@@ -934,14 +934,14 @@ int vnet_mpls_ethernet_add_del_policy_tunnel (u8 *dst,
          .fp_len = tp->mask_width,
          .fp_proto = FIB_PROTOCOL_IP4,
       };
-      dpo_id_t dpo = DPO_NULL;
+      dpo_id_t dpo = DPO_INVALID;
 
       if (is_add)
         {
           dpo_set(&dpo,
                   DPO_CLASSIFY,
                   DPO_PROTO_IP4,
-                  classify_dpo_create(FIB_PROTOCOL_IP4,
+                  classify_dpo_create(DPO_PROTO_IP4,
                                       classify_table_index));
 
           tp->fei = fib_table_entry_special_dpo_add(tp->inner_fib_index,