1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

BGP: Moved the suppressed and stale flags to pflags

This commit is contained in:
Maria Matejka
2020-02-10 15:01:36 +01:00
parent e42eedb912
commit ddd89ba12d
5 changed files with 39 additions and 32 deletions

View File

@@ -244,12 +244,6 @@ typedef struct rte {
byte pflags; /* Protocol-specific flags */
btime lastmod; /* Last modified */
union { /* Protocol-dependent data (metrics etc.) */
#ifdef CONFIG_BGP
struct {
u8 suppressed; /* Used for deterministic MED comparison */
s8 stale; /* Route is LLGR_STALE, -1 if unknown */
} bgp;
#endif
} u;
} rte;