From e42eedb912428aa9af450b0426e53b0a7004dfb1 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Thu, 13 Feb 2020 16:59:53 +0100 Subject: Kernel: Convert the rte-local attributes to extended attributes and flags to pflags --- nest/route.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'nest') 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; -- cgit v1.2.3