diff options
author | Maria Matejka <mq@ucw.cz> | 2021-05-14 16:23:18 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-11-09 19:20:41 +0100 |
commit | 1c2f66f2bd9b2996c8cba0604e7ac38738399000 (patch) | |
tree | acdfb02ae3ab615392a7ad52ec23219da387725a /proto | |
parent | 575da88f7a6cac54d204839d2b2cfc1809811ba3 (diff) |
Refeed is done from export table when appropriate
Diffstat (limited to 'proto')
-rw-r--r-- | proto/bgp/packets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bgp/packets.c b/proto/bgp/packets.c index 647551e5..f1e6d7d2 100644 --- a/proto/bgp/packets.c +++ b/proto/bgp/packets.c @@ -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: |