summaryrefslogtreecommitdiffstats
path: root/nest/route.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-04-10 00:04:12 +0200
committerMartin Mares <mj@ucw.cz>2000-04-10 00:04:12 +0200
commitd3feceff105fbcee7a9976812156aea7517c44e6 (patch)
tree6c999a05083b4f3027b2b1e94629643b0fb57db0 /nest/route.h
parent3d0ea3a7c3e3b14bd0b9602d6b14518c907d8789 (diff)
downloadbird-d3feceff105fbcee7a9976812156aea7517c44e6.tar
bird-d3feceff105fbcee7a9976812156aea7517c44e6.zip
BGP doesn't need any inline attributes.
Diffstat (limited to 'nest/route.h')
-rw-r--r--nest/route.h4
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 */