1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Refeed is done from export table when appropriate

This commit is contained in:
Maria Matejka
2021-05-14 16:23:18 +02:00
parent 575da88f7a
commit 1c2f66f2bd
3 changed files with 38 additions and 11 deletions

View File

@@ -2695,7 +2695,7 @@ bgp_rx_route_refresh(struct bgp_conn *conn, byte *pkt, uint len)
{
case BGP_RR_REQUEST:
BGP_TRACE(D_PACKETS, "Got ROUTE-REFRESH");
channel_request_feeding(&c->c);
rt_refeed_channel(&c->c);
break;
case BGP_RR_BEGIN: