diff --git a/lib/table.c b/lib/table.c index b0b0d24ea0..76062cd10c 100644 --- a/lib/table.c +++ b/lib/table.c @@ -74,7 +74,6 @@ static struct route_node *route_node_set(struct route_table *table, node = route_node_new(table); prefix_copy(&node->p, prefix); - apply_mask(&node->p); node->table = table; inserted = hash_get(node->table->hash, node, hash_alloc_intern);