From: Martin Mares Date: Sun, 9 Apr 2000 22:04:12 +0000 (+0000) Subject: BGP doesn't need any inline attributes. X-Git-Tag: v1.2.0~1205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3feceff105fbcee7a9976812156aea7517c44e6;p=thirdparty%2Fbird.git BGP doesn't need any inline attributes. --- diff --git a/nest/route.h b/nest/route.h index 96ee580bb..aec046563 100644 --- a/nest/route.h +++ b/nest/route.h @@ -161,10 +161,6 @@ typedef struct rte { u32 metric1, metric2; /* OSPF Type 1 and Type 2 metrics */ 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) */