diff options
author | Maria Matejka <mq@ucw.cz> | 2020-02-13 13:22:15 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-10-13 19:09:04 +0200 |
commit | c507fb41bb2e62f336357121598debab95a7c767 (patch) | |
tree | 52a7e56a838f3c851740b44c30af3fd032e95e44 /nest/route.h | |
parent | 5f0cb61d82315035a3a7f10eef510884da9f94c6 (diff) |
Babel: Convert the rte-local attributes to extended attributes
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nest/route.h b/nest/route.h index 1ed40d68..531a4ca8 100644 --- a/nest/route.h +++ b/nest/route.h @@ -250,13 +250,6 @@ typedef struct rte { 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) */ u8 proto; /* Kernel source protocol ID */ |