diff options
author | Martin Mares <mj@ucw.cz> | 2000-04-09 22:04:12 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-04-09 22:04:12 +0000 |
commit | d3feceff105fbcee7a9976812156aea7517c44e6 (patch) | |
tree | 6c999a05083b4f3027b2b1e94629643b0fb57db0 /nest/route.h | |
parent | 3d0ea3a7c3e3b14bd0b9602d6b14518c907d8789 (diff) |
BGP doesn't need any inline attributes.
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nest/route.h b/nest/route.h index 96ee580b..aec04656 100644 --- a/nest/route.h +++ b/nest/route.h @@ -162,10 +162,6 @@ typedef struct rte { u32 tag; /* External route tag */ } ospf; #endif -#ifdef CONFIG_BGP - struct { - } 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 */ |