diff options
author | Maria Matejka <mq@ucw.cz> | 2022-02-11 22:29:13 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-03-09 11:27:34 +0100 |
commit | 8a4bc4fdbf2f4c6ccaa684c922779ddc11489e68 (patch) | |
tree | f763a7e90fea42a258b3b7d998aba754f1fa8551 /proto/bgp/bgp.h | |
parent | 24773af9e099530aa6ccf4c730ad31c452284228 (diff) |
BGP Flowspec validation: Removed in-route optimization for multithreading compatibility
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r-- | proto/bgp/bgp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index 26e04966..88e3bf34 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -453,7 +453,6 @@ struct bgp_parse_state { jmp_buf err_jmpbuf; struct hostentry *hostentry; - struct rtable *base_table; adata *mpls_labels; /* Cached state for bgp_rte_update() */ |