summaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-08-02 17:55:47 +0200
committerMaria Matejka <mq@ucw.cz>2022-08-02 17:55:47 +0200
commitde5b884280fef52cf3307f336262a7c61f3acbfe (patch)
treeb615c8df1a41248cb6b945244a6bff37904a226a /proto
parent3b20722a1fc777c27ab2e0451d0ea3fee7fa81a2 (diff)
Revert "Table cork: Stop creating updates when there are too many pending."
This reverts commit 3b20722a1fc777c27ab2e0451d0ea3fee7fa81a2.
Diffstat (limited to 'proto')
-rw-r--r--proto/bgp/bgp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c
index 5f2e7dfd..96df671f 100644
--- a/proto/bgp/bgp.c
+++ b/proto/bgp/bgp.c
@@ -584,7 +584,6 @@ bgp_conn_enter_established_state(struct bgp_conn *conn)
p->link_addr = p->neigh->iface->llv6->ip;
conn->sk->fast_rx = 0;
- conn->sk->cork = &rt_cork;
p->conn = conn;
p->last_error_class = 0;