summaryrefslogtreecommitdiff
path: root/proto/pipe
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-02-11 22:29:13 +0100
committerMaria Matejka <mq@ucw.cz>2022-03-09 11:27:34 +0100
commit8a4bc4fdbf2f4c6ccaa684c922779ddc11489e68 (patch)
treef763a7e90fea42a258b3b7d998aba754f1fa8551 /proto/pipe
parent24773af9e099530aa6ccf4c730ad31c452284228 (diff)
BGP Flowspec validation: Removed in-route optimization for multithreading compatibility
Diffstat (limited to 'proto/pipe')
-rw-r--r--proto/pipe/pipe.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/proto/pipe/pipe.c b/proto/pipe/pipe.c
index 636c3e58..de86b62b 100644
--- a/proto/pipe/pipe.c
+++ b/proto/pipe/pipe.c
@@ -82,10 +82,7 @@ pipe_rt_notify(struct proto *P, struct channel *src_ch, net *n, rte *new, rte *o
#ifdef CONFIG_BGP
/* Hack to cleanup cached value */
if (e->src->proto->proto == &proto_bgp)
- {
e->u.bgp.stale = -1;
- e->u.bgp.base_table = NULL;
- }
#endif
}
else