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 /nest/route.h | |
parent | 24773af9e099530aa6ccf4c730ad31c452284228 (diff) |
BGP Flowspec validation: Removed in-route optimization for multithreading compatibility
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/route.h b/nest/route.h index 9fd3bdcc..d0237a37 100644 --- a/nest/route.h +++ b/nest/route.h @@ -267,7 +267,6 @@ typedef struct rte { struct { u8 suppressed; /* Used for deterministic MED comparison */ s8 stale; /* Route is LLGR_STALE, -1 if unknown */ - struct rtable *base_table; /* Base table for Flowspec validation */ } bgp; #endif } u; |