lpm: fix incorrect reuse of already allocated tbl8
[dpdk.git] / lib / librte_lpm / rte_lpm.c
index 57ec2f0..3981452 100644 (file)
@@ -769,6 +769,7 @@ delete_depth_small(struct rte_lpm *lpm, uint32_t ip_masked,
 
                struct rte_lpm_tbl8_entry new_tbl8_entry = {
                        .valid = VALID,
+                       .valid_group = VALID,
                        .depth = sub_rule_depth,
                        .next_hop = lpm->rules_tbl
                        [sub_rule_index].next_hop,