diff options
Diffstat (limited to 'nest')
-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; |