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

Babel: Convert the rte-local attributes to extended attributes

This commit is contained in:
Maria Matejka
2020-02-13 13:22:15 +01:00
parent 5f0cb61d82
commit c507fb41bb
3 changed files with 53 additions and 49 deletions

View File

@ -249,13 +249,6 @@ typedef struct rte {
u8 suppressed; /* Used for deterministic MED comparison */
s8 stale; /* Route is LLGR_STALE, -1 if unknown */
} bgp;
#endif
#ifdef CONFIG_BABEL
struct {
u16 seqno; /* Babel seqno */
u16 metric; /* Babel metric */
u64 router_id; /* Babel router id */
} babel;
#endif
struct { /* Routes generated by krt sync (both temporary and inherited ones) */
s8 src; /* Alleged route source (see krt.h) */