mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Fixes IPv6 build.
This commit is contained in:
parent
373d3dbe8d
commit
265d06dcbc
@ -962,7 +962,7 @@ bgp_do_rx_update(struct bgp_conn *conn,
|
||||
len -= *x + 2;
|
||||
x += *x + 2;
|
||||
|
||||
if (bgp_get_nexthop(p, a0))
|
||||
if (bgp_set_next_hop(p, a0))
|
||||
{
|
||||
a = rta_lookup(a0);
|
||||
while (len)
|
||||
|
Loading…
Reference in New Issue
Block a user