diff options
author | Maria Matejka <mq@ucw.cz> | 2020-02-13 16:59:53 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-10-13 19:09:04 +0200 |
commit | e42eedb912428aa9af450b0426e53b0a7004dfb1 (patch) | |
tree | e7803a635e792deca9a3337f41731aae26b523e3 /nest/route.h | |
parent | 3660f19dd534224da4870a507efcef5b36794506 (diff) |
Kernel: Convert the rte-local attributes to extended attributes and flags to pflags
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 9dc6a6bd..d2c4adef 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 - 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 */ - u8 seen; /* Seen during last scan */ - u8 best; /* Best route in network, propagated to core */ - u32 metric; /* Kernel metric */ - } krt; } u; } rte; |