diff options
author | Maria Matejka <mq@ucw.cz> | 2023-03-29 18:55:46 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-04-04 17:00:58 +0200 |
commit | 2898f8f1771dedf4e385a5c0333da03e55d5decb (patch) | |
tree | 1dea2011099d6df0fc1459ad8665c358fca73321 /proto/bgp/bgp.h | |
parent | adbce76517f53e06243ed954b20172cc1313d5c3 (diff) |
BGP: LLGR Staleness optimization dropped.
This brought unnecessary complexity into the decision procedures while the
performance aspects weren't worth it. It just saved one ea_list traversal
when many others are also done.
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r-- | proto/bgp/bgp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index acd46f00..b1167820 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -220,8 +220,6 @@ struct bgp_channel_config { /* rte->pflags */ #define BGP_REF_SUPPRESSED 0x1 /* Used for deterministic MED comparison */ -#define BGP_REF_STALE 0x2 /* Route is LLGR_STATE */ -#define BGP_REF_NOT_STALE 0x4 /* Route is NOT LLGR_STATE */ struct bgp_af_caps { u32 afi; |