diff options
author | Martin Mares <mj@ucw.cz> | 2000-04-10 00:04:12 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-04-10 00:04:12 +0200 |
commit | d3feceff105fbcee7a9976812156aea7517c44e6 (patch) | |
tree | 6c999a05083b4f3027b2b1e94629643b0fb57db0 /nest | |
parent | 3d0ea3a7c3e3b14bd0b9602d6b14518c907d8789 (diff) | |
download | bird-d3feceff105fbcee7a9976812156aea7517c44e6.tar bird-d3feceff105fbcee7a9976812156aea7517c44e6.zip |
BGP doesn't need any inline attributes.
Diffstat (limited to 'nest')
-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 96ee580..aec0465 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 */ |