mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-30 11:42:10 +00:00
babeld: Install route to RIB if parse_update_subtlv() is false
We installed the route only if the type was SUBTLV_MANDATORY. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
3fb4bef537
commit
d5260dc123
@ -636,7 +636,7 @@ parse_packet(const unsigned char *from, struct interface *ifp,
|
|||||||
len - parsed_len, channels);
|
len - parsed_len, channels);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ignore_update)
|
if (!ignore_update)
|
||||||
update_route(router_id, prefix, plen, seqno, metric,
|
update_route(router_id, prefix, plen, seqno, metric,
|
||||||
interval, neigh, nh, channels,
|
interval, neigh, nh, channels,
|
||||||
channels_len(channels));
|
channels_len(channels));
|
||||||
|
Loading…
Reference in New Issue
Block a user