mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 14:17:20 +00:00
Merge pull request #900 from qlyoung/apply-mask
lib: add missed apply_mask()
This commit is contained in:
commit
e4f48ace5d
@ -88,6 +88,7 @@ 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);
|
||||
|
Loading…
Reference in New Issue
Block a user